~r1w1s1/gists

7e0dc56c8359ac36373f9a8b8d87ef665afe9179 — r1w1s1 a month ago 38db96a
Add option to run lxc for slackware-15
1 files changed, 6 insertions(+), 1 deletions(-)

M gists/LXC_Slackware.txt
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