summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-10-13 11:45:36 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-10-13 11:45:36 +0000
commit1b5a372ee6175392b2737de3e86da67c67e19f58 (patch)
treec1f1b9e8846d96804022681d2795daf36d28b0d7
parent7e1ff66d01d1cf465c40dc8133626b8ba00048de (diff)
Notes
-rw-r--r--release/sysinstall/menus.c3
-rw-r--r--usr.sbin/sade/menus.c3
-rw-r--r--usr.sbin/sysinstall/menus.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 4980002e734b..d3e325f1f587 100644
--- a/release/sysinstall/menus.c
+++ b/release/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.144 1997/09/29 00:15:07 jkh Exp $
+ * $Id: menus.c,v 1.145 1997/10/04 15:50:09 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -658,6 +658,7 @@ DMenu MenuMedia = {
{ "6 File System", "Install from an existing filesystem", NULL, mediaSetUFS },
{ "7 Floppy", "Install from a floppy disk set", NULL, mediaSetFloppy },
{ "8 Tape", "Install from SCSI or QIC tape", NULL, mediaSetTape },
+ { "9 Options", "Go to the Options screen", NULL, optionsEditor },
{ NULL } },
};
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 4980002e734b..d3e325f1f587 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/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.144 1997/09/29 00:15:07 jkh Exp $
+ * $Id: menus.c,v 1.145 1997/10/04 15:50:09 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -658,6 +658,7 @@ DMenu MenuMedia = {
{ "6 File System", "Install from an existing filesystem", NULL, mediaSetUFS },
{ "7 Floppy", "Install from a floppy disk set", NULL, mediaSetFloppy },
{ "8 Tape", "Install from SCSI or QIC tape", NULL, mediaSetTape },
+ { "9 Options", "Go to the Options screen", NULL, optionsEditor },
{ NULL } },
};
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 4980002e734b..d3e325f1f587 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.144 1997/09/29 00:15:07 jkh Exp $
+ * $Id: menus.c,v 1.145 1997/10/04 15:50:09 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -658,6 +658,7 @@ DMenu MenuMedia = {
{ "6 File System", "Install from an existing filesystem", NULL, mediaSetUFS },
{ "7 Floppy", "Install from a floppy disk set", NULL, mediaSetFloppy },
{ "8 Tape", "Install from SCSI or QIC tape", NULL, mediaSetTape },
+ { "9 Options", "Go to the Options screen", NULL, optionsEditor },
{ NULL } },
};