Merge branch 'master' of ssh://git.my-web.xyz:2222/milan/usl-mm
This commit is contained in:
commit
3fbeb460c0
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,9 @@ for i in $(cat /root/onstart | grep "firewall")
|
||||||
do echo "$i" >> /root/onstart-new
|
do echo "$i" >> /root/onstart-new
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo "cryptdisks_start cryptswap1" >> /root/onstart-new
|
||||||
|
echo "swapon -a" >> /root/onstart-new
|
||||||
|
|
||||||
chmod +x /root/onstart-new
|
chmod +x /root/onstart-new
|
||||||
|
|
||||||
mv /root/onstart /root/onstart-old
|
mv /root/onstart /root/onstart-old
|
||||||
|
@ -58,5 +61,7 @@ zfs set mountpoint=/var/snap/lxd/common/lxd crypt/lxd/dir
|
||||||
snap switch --channel 4.16/stable lxd
|
snap switch --channel 4.16/stable lxd
|
||||||
snap refresh
|
snap refresh
|
||||||
|
|
||||||
|
apt install uptrack -y
|
||||||
|
|
||||||
read -p "Press any key for reboot"
|
read -p "Press any key for reboot"
|
||||||
reboot
|
reboot
|
||||||
|
|
Loading…
Reference in a new issue