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
+