mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Umount root_mapper
This commit is contained in:
parent
5de37db883
commit
0943cab754
@ -453,6 +453,7 @@ if [ "$encrypt_system" == "y" ]
|
||||
echo "sed -i 's/$boot_txt_setenv_origin/$boot_txt_setenv_replace/g' $boot_txt_path" #@todo doesn't work yet
|
||||
echo "echo \"$boot_txt_path:\" && cat \"$boot_txt_path\""
|
||||
echo "cd /boot/ && ./mkscr"
|
||||
echo "umount $root_mapper_path"
|
||||
echo "exit"
|
||||
) | chroot "$root_mount_path" /bin/bash || error
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user