summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/floppy.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-02 01:03:55 +0000
committerjkh <jkh@FreeBSD.org>1996-07-02 01:03:55 +0000
commit0b35a3052f560b66a1a6b9a802eefbac4787de8c (patch)
treeae36131c09377afa0eedda7cb96ed5b08b6ddf8f /usr.sbin/sysinstall/floppy.c
parent911873413ded35d32e63a68d50af02c3fcc5982c (diff)
downloadFreeBSD-src-0b35a3052f560b66a1a6b9a802eefbac4787de8c.zip
FreeBSD-src-0b35a3052f560b66a1a6b9a802eefbac4787de8c.tar.gz
Make it plainer how to exit.
Diffstat (limited to 'usr.sbin/sysinstall/floppy.c')
-rw-r--r--usr.sbin/sysinstall/floppy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/floppy.c b/usr.sbin/sysinstall/floppy.c
index e3cb41e..a8dc384 100644
--- a/usr.sbin/sysinstall/floppy.c
+++ b/usr.sbin/sysinstall/floppy.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: floppy.c,v 1.11 1996/04/23 01:29:20 jkh Exp $
+ * $Id: floppy.c,v 1.12 1996/05/09 09:42:05 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -95,7 +95,7 @@ getRootFloppy(void)
menu = deviceCreateMenu(&MenuMediaFloppy, DEVICE_TYPE_FLOPPY, floppyChoiceHook, NULL);
menu->title = "Please insert the ROOT floppy";
- ret = dmenuOpenSimple(menu);
+ ret = dmenuOpenSimple(menu, FALSE);
restorescr(save);
if (!ret)
return -1;
OpenPOWER on IntegriCloud