mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Removed dangerous '
This commit is contained in:
parent
e4b390c8a6
commit
e5d0d45d2f
@ -462,7 +462,7 @@ if [ "$encrypt_system" == "y" ]
|
|||||||
echo "echo $root_mapper_path' / ext4 defaults,noatime 0 1' >> $fstab_path &&"
|
echo "echo $root_mapper_path' / ext4 defaults,noatime 0 1' >> $fstab_path &&"
|
||||||
echo "echo \"Content of $fstab_path:\$(cat \"$fstab_path\")\" &&"
|
echo "echo \"Content of $fstab_path:\$(cat \"$fstab_path\")\" &&"
|
||||||
echo "cp -v $crypttab_path $crypttab_rescue_path &&"
|
echo "cp -v $crypttab_path $crypttab_rescue_path &&"
|
||||||
echo "echo 'root '$destination_encrypted_partition_path' none luks' >> $crypttab_path &&"
|
echo "echo 'root $destination_encrypted_partition_path none luks' >> $crypttab_path &&"
|
||||||
echo "echo \"Content of $crypttab_path:\$(cat \"$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
|
#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 &&"
|
echo "cp -v $boot_txt_path $boot_txt_rescue_path &&"
|
||||||
|
Loading…
Reference in New Issue
Block a user