Allow access to options editor from media screen (sometimes you need it

there!).
This commit is contained in:
Jordan K. Hubbard 1997-10-13 11:45:36 +00:00
parent 7e1ff66d01
commit 1b5a372ee6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30383
3 changed files with 6 additions and 3 deletions

View File

@ -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 } },
};

View File

@ -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 } },
};

View File

@ -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 } },
};