Unmount the ESP directory for launching the installer

This commit is contained in:
Carl D. Roth
2017-08-22 16:12:22 -07:00
parent 77fe26a72b
commit 90489177a5

View File

@@ -528,7 +528,7 @@ installer_force_umount() {
dev=$1; shift
mpt=$1; shift
case "$mpt" in
/mnt/*)
/mnt/*|/boot/*)
installer_say "Unmounting $mpt (--force)"
umount "$mpt"
;;