Added new lxc administration packages to lxc distribution
[build.git] / lxc.mk
diff --git a/lxc.mk b/lxc.mk
index 3c5b8a8..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
 #