summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dmenu.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-24 17:49:20 +0000
committerjkh <jkh@FreeBSD.org>1995-05-24 17:49:20 +0000
commit797e22942291434810a2da358181b88873dbaad7 (patch)
tree762fbec430b8525db7d4734b54d370cda221b977 /usr.sbin/sysinstall/dmenu.c
parent50dca2ce42c02340a5499e4c514d10775dc1a2f9 (diff)
downloadFreeBSD-src-797e22942291434810a2da358181b88873dbaad7.zip
FreeBSD-src-797e22942291434810a2da358181b88873dbaad7.tar.gz
Bring everybody up to date on my morning's work.
1. Fix a few bugs in the ftp installation code and implement proper ftp and network shutdown routines. 2. Clean up the menus a fair bit - add a FreeBSD configuration menu. 3. Eliminate the last of the "chaining" - the installation now does the most obvious thing in the most obvious cases and doesn't present you with more menus than you were expecting. This makes it necessary to be a little more explicit in places, but it's still less confusing. 4. Add a few more safety nets for the user. Change a few hard-and-fast limits to warnings (it now runs as non-root, Bruce). 5. Add descriptions for all the supported ethernet cards. 6. Make the cpio floppy extract put up a menu requesting the drive you wish to use if you have more than one; don't just always assume drive A.
Diffstat (limited to 'usr.sbin/sysinstall/dmenu.c')
-rw-r--r--usr.sbin/sysinstall/dmenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dmenu.c b/usr.sbin/sysinstall/dmenu.c
index 457518e..2b77da0 100644
--- a/usr.sbin/sysinstall/dmenu.c
+++ b/usr.sbin/sysinstall/dmenu.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: dmenu.c,v 1.8 1995/05/16 02:53:07 jkh Exp $
+ * $Id: dmenu.c,v 1.9 1995/05/17 14:39:41 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -43,7 +43,7 @@
#include "sysinstall.h"
-#define MAX_MENU 12
+#define MAX_MENU 10
static DMenuItem shellAction = { NULL, NULL, DMENU_SHELL_ESCAPE, NULL, 0 };
OpenPOWER on IntegriCloud