From 70008901f322dc3a52a02b55800d930a4abd6263 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Thu, 1 Oct 2020 20:36:56 +0200 Subject: [PATCH] Used uuid --- scripts/image/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index 7187c31..13de2e4 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -429,7 +429,7 @@ if [ "$encrypt_system" == "y" ] #Concerning mkinitcpio warning @see https://gist.github.com/imrvelj/c65cd5ca7f5505a65e59204f5a3f7a6d echo "mkinitcpio -P &&" echo "cp -v $fstab_path $fstab_rescue_path &&" - echo "echo '$root_mapper_path / ext4 defaults,noatime 0 1' >> $fstab_path &&" + echo "echo 'UUID=$encrypted_partition_uuid / ext4 defaults,noatime 0 1' >> $fstab_path &&" echo "echo \"Content of $fstab_path:\$(cat \"$fstab_path\")\" &&" echo "cp -v $crypttab_path $crypttab_rescue_path &&" echo "echo 'root UUID=$encrypted_partition_uuid none luks' >> $crypttab_path &&"