Searched refs:add (Results 1 - 10 of 10) sorted by relevance

/lxc/
H A Dautogen.sh31 automake --add-missing --copy || exit 1
/lxc/src/python-lxc/examples/
H A Dpyconsole-vte.py58 window.add(hbox)
/lxc/config/init/common/
H A Dlxc-net.in48 ip addr add ${CIDR_ADDR} dev $1
77 [ ! -d /sys/class/net/${LXC_BRIDGE} ] && ip link add dev ${LXC_BRIDGE} type bridge
97 ip -6 addr add dev ${LXC_BRIDGE} ${LXC_IPV6_ADDR}/${LXC_IPV6_MASK}
/lxc/templates/
H A Dlxc-busybox.in168 # add a new ip address
169 ip addr add \$ip/\$mask \$broadcast dev \$interface
172 ip route add default via \$router dev \$interface
204 # add necessary config files
224 ssh-add \
255 # add user and group
H A Dlxc-gentoo.in213 # finally we add a pf line to enable clean shutdown on SIGPWR (issue 60)
498 #add to managed list
602 chroot "${rootfs}" rc-update add net.${nic} default
666 chroot "${rootfs}" rc-update add sshd || die 1 "failed to enable sshd\n"
H A Dlxc-alpine.in268 --update-cache --initdb add $packages
H A Dlxc-debian.in416 echo "Failed to add configuration"
442 chroot "$rootfs" dpkg --add-architecture "${hostarch}"
H A Dlxc-ubuntu.in265 # $2 => architecture we want to add
538 ## Re-add the previously removed network config
545 echo "Failed to add configuration"
569 chroot $rootfs dpkg --add-architecture ${hostarch}
684 packages: list of packages to add comma separated
/lxc/src/python-lxc/lxc/
H A D__init__.py134 def add(self, network_type): member in class:ContainerNetworkList
/lxc/src/lxc/
H A Dlxccontainer.c1167 /* add passed-in args */
1172 /* add trailing NULL */
1269 // Finally add "--mapped-uid $uid" to tell template what to chown
3748 static bool do_add_remove_node(pid_t init_pid, const char *path, bool add, argument
3784 if (!add)
3803 static bool add_remove_device_node(struct lxc_container *c, const char *src_path, const char *dest_path, bool add) argument
3835 if (!do_add_remove_node(do_lxcapi_init_pid(c), p, add, &st))
3838 /* add or remove device to/from cgroup access list */
3839 if (add) {

Completed in 27 milliseconds