containers not start in manjaro, if i not use lxc list
This commit is contained in:
parent
2a88d2389e
commit
f1e3080592
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ echo "partprobe" >> /root/onstart
|
|||
echo "zpool import -d /dev/mapper crypt -f -m" >> /root/onstart
|
||||
echo "sleep 5" >> /root/onstart
|
||||
echo "snap enable lxd" >> /root/onstart
|
||||
echo "sleep 5" >> /root/onstart
|
||||
echo "lxc list" >> /root/onstart
|
||||
|
||||
chmod +x /root/onstart
|
||||
read -p "Press any key for reboot"
|
||||
|
|
Loading…
Reference in a new issue