fix aborting on bootloader section

This commit is contained in:
Tobias Powalowski 2010-06-04 12:52:10 +02:00
parent 0b173fff87
commit e11ffecf38

View file

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