detect_uefi also in destdir_mounts

This commit is contained in:
Tobias Powalowski 2013-10-19 09:36:35 +02:00
parent 7d31c51314
commit 262cf10771

View file

@ -377,6 +377,7 @@ destdir_mounts(){
# Run mountpoints, if nothing is mounted on ${DESTDIR} # Run mountpoints, if nothing is mounted on ${DESTDIR}
if [[ "${PART_ROOT}" = "" ]]; then if [[ "${PART_ROOT}" = "" ]]; then
DIALOG --msgbox "Setup couldn't detect mounted partition(s) in ${DESTDIR}, please set mountpoints first." 0 0 DIALOG --msgbox "Setup couldn't detect mounted partition(s) in ${DESTDIR}, please set mountpoints first." 0 0
detect_uefi_boot
mountpoints || return 1 mountpoints || return 1
fi fi
} }