From e11ffecf38bd1a0971f30c8f297cb320a6ba2ba3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 4 Jun 2010 12:52:10 +0200 Subject: [PATCH] fix aborting on bootloader section --- usr/share/archboot/installer/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 52e7ad8d1..d3fe82855 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -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 }