M gists/LXC_Slackware.txt => gists/LXC_Slackware.txt +6 -1
@@ 12,11 12,16 @@ Container Creation
echo lxc.net.0.flags=\"up\" >> /root/lxc-conf/slack-test.conf
echo lxc.net.0.link=\"lxcbr0\" >> /root/lxc-conf/slack-test.conf
-Build the VM
+Build the VM (for slackware-current)
MIRROR=http://mirrors.us.kernel.org/slackware lxc-create -n slack-test \
-t slackware -f /root/lxc-conf/slack-test.conf
+Build the vm (for slackware-15.0)
+
+ release=15.0 MIRROR=http://mirrors.us.kernel.org/slackware lxc-create -n slack-test \
+ -t slackware -f /root/lxc-conf/slack-test.conf
+
Start the service
/usr/libexec/lxc/lxc-net start