simple_way

This commit is contained in:
Milan Meduna 2020-04-28 21:04:12 +02:00
parent f1e3080592
commit 8db33f0d33
1 changed files with 1 additions and 2 deletions

View File

@ -109,8 +109,7 @@ 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
echo "snap start lxd" >> /root/onstart
chmod +x /root/onstart
read -p "Press any key for reboot"