From 552f24a63fecae6b7061b769f0cd56ea964c2f72 Mon Sep 17 00:00:00 2001 From: Alex Samorukov Date: Wed, 13 May 2015 18:10:59 +0000 Subject: [PATCH 1/2] Add lxc-device applet Signed-off-by: Alex Samorukov --- utils/lxc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 214e83b07..a429e41d0 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -28,7 +28,8 @@ 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 + freeze info monitor snapshot start stop unfreeze unshare usernsexec wait \ + device LXC_APPLETS_LIB += \ monitord user-nic From 19d236187e57567cdd605f6eb301c26e081e741f Mon Sep 17 00:00:00 2001 From: Alex Samorukov Date: Wed, 27 May 2015 23:35:11 +0200 Subject: [PATCH 2/2] Add lxc-device applet to the utils/lxc. lxc-device manages devices in running container. Signed-off-by: Alex Samorukov --- utils/lxc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index a429e41d0..b8a0761b1 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -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