containers not start in manjaro, if i not use lxc list

This commit is contained in:
Milan Meduna 2020-04-28 12:39:16 +02:00
parent 2a88d2389e
commit f1e3080592
1 changed files with 2 additions and 0 deletions

View File

@ -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"