Add lxc-device applet to the utils/lxc.
lxc-device manages devices in running container. Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
This commit is contained in:
parent
552f24a63f
commit
19d236187e
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ PKG_FIXUP:=autoreconf
|
|||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
LXC_APPLETS_BIN += \
|
||||
attach autostart cgroup clone config console create destroy execute \
|
||||
freeze info monitor snapshot start stop unfreeze unshare usernsexec wait \
|
||||
device
|
||||
attach autostart cgroup clone config console create destroy device \
|
||||
execute freeze info monitor snapshot start stop unfreeze unshare \
|
||||
usernsexec wait
|
||||
|
||||
LXC_APPLETS_LIB += \
|
||||
monitord user-nic
|
||||
|
|
Loading…
Reference in a new issue