From 1abddd1625c50616c3d7b34b6e44645bda579ad7 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 08:22:24 +0900 Subject: [PATCH] test --- docs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.sh b/docs/install.sh index 02a48eb5..16a291ce 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -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"