From 8c6c427fb9bcad4291c22dc5d7b2b7441303e0e6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Jul 2021 10:36:04 +0200 Subject: [PATCH 1/2] uptrack-fix --- usl-mm-bionic-upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usl-mm-bionic-upgrade b/usl-mm-bionic-upgrade index c8d8aa7..ac77a95 100755 --- a/usl-mm-bionic-upgrade +++ b/usl-mm-bionic-upgrade @@ -58,5 +58,7 @@ zfs set mountpoint=/var/snap/lxd/common/lxd crypt/lxd/dir snap switch --channel 4.5/stable lxd snap refresh +apt install uptrack -y + read -p "Press any key for reboot" reboot From b30ab554be62afd1509c7004a208e5481bb490ea Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Jul 2021 11:11:38 +0200 Subject: [PATCH 2/2] swap_fix --- usl-mm-bionic-upgrade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usl-mm-bionic-upgrade b/usl-mm-bionic-upgrade index c8d8aa7..55970b9 100755 --- a/usl-mm-bionic-upgrade +++ b/usl-mm-bionic-upgrade @@ -48,6 +48,9 @@ for i in $(cat /root/onstart | grep "firewall") do echo "$i" >> /root/onstart-new done +echo "cryptdisks_start cryptswap1" >> /root/onstart-new +echo "swapon -a" >> /root/onstart-new + chmod +x /root/onstart-new mv /root/onstart /root/onstart-old