From 1b5a372ee6175392b2737de3e86da67c67e19f58 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 13 Oct 1997 11:45:36 +0000 Subject: [PATCH] Allow access to options editor from media screen (sometimes you need it there!). --- release/sysinstall/menus.c | 3 ++- usr.sbin/sade/menus.c | 3 ++- usr.sbin/sysinstall/menus.c | 3 ++- 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 } }, };