mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Optimized debuging
This commit is contained in:
parent
2fc4f16a8c
commit
8bd121070d
@ -470,7 +470,7 @@ if [ "$encrypt_system" == "y" ]
|
|||||||
echo "echo \"Content of $boot_txt_path:\$(cat \"$boot_txt_path\")\" &&"
|
echo "echo \"Content of $boot_txt_path:\$(cat \"$boot_txt_path\")\" &&"
|
||||||
echo "cd /boot/ && ./mkscr &&"
|
echo "cd /boot/ && ./mkscr &&"
|
||||||
echo "umount $root_mapper_path &&"
|
echo "umount $root_mapper_path &&"
|
||||||
echo "exit"
|
echo "exit || echo 'Error in chroot environment!' && exit 1"
|
||||||
) | chroot "$root_mount_path" /bin/bash || error
|
) | chroot "$root_mount_path" /bin/bash || error
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user