~r1w1s1/gists

584efbd1c4c7f395e16496bd64340779e13b896f — r1w1s1 a month ago 4d23a65 main
Fix LXC procedure
1 files changed, 9 insertions(+), 4 deletions(-)

M gists/LXC_Slackware.txt
M gists/LXC_Slackware.txt => gists/LXC_Slackware.txt +9 -4
@@ 45,16 45,21 @@ We updated the USE_DHCP[0] field to say "yes" and saved the file.

Check if IP address assigned successfully

         lxc-ls --fancy
        lxc-ls --fancy

         NAME       STATE   AUTOSTART GROUPS IPV4       IPV6 UNPRIVILEGED
         slack-test RUNNING 0         -      10.0.3.171 -    false
        NAME       STATE   AUTOSTART GROUPS IPV4       IPV6 UNPRIVILEGED
        slack-test RUNNING 0         -      10.0.3.171 -    false

Access the vm

        lxc-console slack-test
	lxc-console slack-test

If use Slackware-15 as vm you should install gnupg

	slackpkg -checkgpg=off install gnupg

Make sure slackpkg working as expected.

        slackpkg update gpg
        slackpkg update