This commit is contained in:
root 2021-07-13 11:11:38 +02:00
parent 1607afb78b
commit b30ab554be
1 changed files with 3 additions and 0 deletions

View File

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