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