From 8f46cb45b7b1a7e7cf70e9ea8dc70383c51aab4b Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 5 Feb 2024 22:24:49 +0900 Subject: [PATCH] test --- docs/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.sh b/docs/install.sh index c6166b8e..02a48eb5 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -50,6 +50,7 @@ fi # Create a key for encrypted swap, if needed sudo mkdir -p /mnt-root/etc/ +sudo chmod +r -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"