mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Solved bug
This commit is contained in:
parent
8bd121070d
commit
c4c1cc9ae9
@ -462,7 +462,7 @@ if [ "$encrypt_system" == "y" ]
|
||||
echo "echo $root_mapper_path' / 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 $encrypted_partition_path none luks' >> $crypttab_path &&"
|
||||
echo "echo 'root '$encrypted_partition_path' none luks' >> $crypttab_path &&"
|
||||
echo "echo \"Content of $crypttab_path:\$(cat \"$crypttab_path\")\" &&"
|
||||
echo "cp -v $boot_txt_path $boot_txt_rescue_path &&"
|
||||
echo "sed -i 's/$boot_txt_delete_line//g' $boot_txt_path &&" #@todo doesn't work yet
|
||||
|
Loading…
Reference in New Issue
Block a user