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