Solved bug

This commit is contained in:
Kevin Veen-Birkenbach 2020-10-01 22:04:41 +02:00
parent 67a76814b0
commit 1d02a3e5d7

View File

@ -433,7 +433,7 @@ if [ "$encrypt_system" == "y" ]
echo "echo 'UUID=$root_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=$root_partition_uuid none luks' >> $crypttab_path &&"
echo "echo '$root_mapper_name UUID=$root_partition_uuid none luks' >> $crypttab_path &&"
echo "echo \"Content of $crypttab_path:\$(cat \"$crypttab_path\")\" &&"
#boot.txt just works with raspberry pi 3 @todo Needs to be implemented for arch raspbery pi 4
echo "cp -v $boot_txt_path $boot_txt_rescue_path &&"