mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Allow access to options editor from media screen (sometimes you need it
there!).
This commit is contained in:
parent
7e1ff66d01
commit
1b5a372ee6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30383
@ -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 } },
|
||||
};
|
||||
|
||||
|
@ -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 } },
|
||||
};
|
||||
|
||||
|
@ -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 } },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user