Added new lxc administration packages to lxc distribution
[build.git] / lxc.mk
diff --git a/lxc.mk b/lxc.mk
index 8eef81b..e70fc9d 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
 
 ### the madwifi drivers ahip with fedora16's kernel rpm
 
+#
+# lxctools: scripts for entering containers
+#
+lxctools-MODULES := transforward
+lxctools-SPEC := transforward.spec
+ALL += lxctools
+IN_NODEIMAGE += lxctools
+
+#
+# lxcsu: root context module for entering namespaces
+#
+lxcsu-MODULES := lxcsu
+lxcsu-SPEC := lxcsu.spec
+ALL += lxcsu
+IN_NODEIMAGE += lxcsu
+
+#
 #
 # transforward: root context module for transparent port forwarding
 #
@@ -209,7 +226,7 @@ ALL += vsyssh
 # vsys-scripts
 #
 vsys-scripts-MODULES := vsys-scripts
-vsys-scripts-SPEC := vsys-scripts.spec
+vsys-scripts-SPEC := root-context/vsys-scripts.spec
 IN_NODEIMAGE += vsys-scripts
 ALL += vsys-scripts