This commit is contained in:
iFargle 2024-02-06 08:22:24 +09:00
parent 650cd2547a
commit 1abddd1625

View file

@ -50,7 +50,7 @@ fi
# Create a key for encrypted swap, if needed
sudo mkdir -p /mnt-root/etc/
sudo chmod +r -R /mnt-root
sudo chmod 777 -R /mnt-root
echo "$(head -c32 /dev/random | base64)" > /mnt-root/etc/swap.key
echo "WARNING! The disks in $TARGET_HOST are about to get wiped"