summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-04-28 22:54:21 +0000
committerjkh <jkh@FreeBSD.org>1996-04-28 22:54:21 +0000
commit9059910165e6899031d64bb8af99775f82d4cf5e (patch)
tree78830e282637d9121c05201bea81ffa250ca03f2 /usr.sbin/sysinstall/menus.c
parent590017a61ca58be6918c7060127977c51861c36b (diff)
downloadFreeBSD-src-9059910165e6899031d64bb8af99775f82d4cf5e.zip
FreeBSD-src-9059910165e6899031d64bb8af99775f82d4cf5e.tar.gz
Don't stop /etc/sysconfig if we're `faking'.
More asthetic adjustments to menus. Improve both the display efficiency and usability of the label screen - it's now possible to label quite a few disks in the label editor.
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 420a218..c823cc8 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.55 1996/04/28 00:37:34 jkh Exp $
+ * $Id: menus.c,v 1.56 1996/04/28 03:27:15 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -535,7 +535,7 @@ media.",
/* The distributions menu */
DMenu MenuDistributions = {
- DMENU_CHECKLIST_TYPE,
+ DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS,
"Choose Distributions",
"As a convenience, we provide several \"canned\" distribution sets.\n\
These select what we consider to be the most reasonable defaults for the\n\
OpenPOWER on IntegriCloud