mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-22 07:01:03 +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 "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 "echo \"$boot_txt_path:\" && cat \"$boot_txt_path\""
|
||||||
echo "cd /boot/ && ./mkscr"
|
echo "cd /boot/ && ./mkscr"
|
||||||
|
echo "umount $root_mapper_path"
|
||||||
echo "exit"
|
echo "exit"
|
||||||
) | chroot "$root_mount_path" /bin/bash || error
|
) | chroot "$root_mount_path" /bin/bash || error
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user