This commit is contained in:
teldra 2022-02-07 03:43:38 +01:00
parent 0a600059df
commit 891a74e5c3

View File

@ -5,7 +5,7 @@ target="${main}/target"
pass="oem"
if [ $DEBUG ]; then
umount ${target}/boot/efi ${target}/boot ${target}
umount -R ${target}/boot/efi ${target}/boot ${target}
vgchange -an
cryptsetup close /dev/mapper/luks*
fi