summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-12-06 10:13:57 +0000
committerjkh <jkh@FreeBSD.org>1998-12-06 10:13:57 +0000
commitf7df7a8c9ec64c73c4f9169aa69abd7d05b2ce33 (patch)
tree52996213066309734c53893c17a439cb32f19e03 /release
parent75f552f0ac18a4171163ae7419546d913ba866b4 (diff)
downloadFreeBSD-src-f7df7a8c9ec64c73c4f9169aa69abd7d05b2ce33.zip
FreeBSD-src-f7df7a8c9ec64c73c4f9169aa69abd7d05b2ce33.tar.gz
Fix an exceedingly *stupid* error in my floppy selection logic
which was hosing the fixit functionality. PR: 8983 Fixed and embarassed by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp> :-)
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/install.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index c98b1b7..d6cb7cd 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.218 1998/11/15 09:06:20 jkh Exp $
+ * $Id: install.c,v 1.219 1998/11/24 00:18:55 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -366,6 +366,8 @@ installFixitFloppy(dialogMenuItem *self)
"or unclean filesystem. Do you want to try again?"))
return DITEM_FAILURE;
}
+ else
+ break;
}
if (!directory_exists("/tmp"))
(void)symlink("/mnt2/tmp", "/tmp");
OpenPOWER on IntegriCloud