summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-03-08 12:58:29 +0000
committerjkh <jkh@FreeBSD.org>1997-03-08 12:58:29 +0000
commite45d393547db1869e5f26eeceb0cc4d40799a228 (patch)
tree747373731a471f4151d62e986c28dba2839b2dff /release/sysinstall/menus.c
parent61ad3a8aa45432ff52ebb990a881de6cdaa49c1f (diff)
downloadFreeBSD-src-e45d393547db1869e5f26eeceb0cc4d40799a228.zip
FreeBSD-src-e45d393547db1869e5f26eeceb0cc4d40799a228.tar.gz
YAMF22
Diffstat (limited to 'release/sysinstall/menus.c')
-rw-r--r--release/sysinstall/menus.c19
1 files changed, 11 insertions, 8 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 0532045..169b906 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$
+ * $Id: menus.c,v 1.119 1997/02/22 14:12:05 peter Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -221,6 +221,7 @@ DMenu MenuIndex = {
{ "Dists, Kern Developer", "Select kernel developer's distribution.", checkDistKernDeveloper, distSetKernDeveloper },
{ "Dists, User", "Select average user distribution.", checkDistUser, distSetUser },
{ "Dists, X User", "Select average X user distribution.", checkDistXUser, distSetXUser },
+ { "Distributions, Adding", "Installing additional distribution sets", NULL, distExtractAll },
{ "Distributions, XFree86","XFree86 distribution menu.", NULL, distSetXF86 },
{ "Documentation", "Installation instructions, README, etc.", NULL, dmenuSubmenu, NULL, &MenuDocumentation },
{ "Doc, README", "The distribution README file.", NULL, dmenuDisplayFile, NULL, "readme" },
@@ -230,7 +231,6 @@ DMenu MenuIndex = {
{ "Doc, Release", "The distribution release notes.", NULL, dmenuDisplayFile, NULL, "relnotes" },
{ "Doc, HTML", "The HTML documentation menu.", NULL, docBrowser },
{ "Emergency shell", "Start an Emergency Holographic shell.", NULL, installFixitHoloShell },
- { "Extract", "Extract selected distributions from media.", NULL, distExtractAll },
{ "Fixit", "Repair mode with CDROM or fixit floppy.", NULL, dmenuSubmenu, NULL, &MenuFixit },
{ "FTP sites", "The FTP mirror site listing.", NULL, dmenuSubmenu, NULL, &MenuMediaFTP },
{ "Gateway", "Set flag to route packets between interfaces.", dmenuVarCheck, dmenuToggleVariable, NULL, "gateway=YES" },
@@ -648,10 +648,10 @@ DMenu MenuDistributions = {
checkDistXUser, distSetXUser },
{ "6 Minimal", "The smallest configuration possible",
checkDistMinimum, distSetMinimum },
- { "7 All", "All sources, binaries and XFree86 binaries",
- checkDistEverything, distSetEverything },
- { "8 Custom", "Specify your own distribution set",
+ { "7 Custom", "Specify your own distribution set",
NULL, dmenuSubmenu, NULL, &MenuSubDistributions, '>', '>', '>' },
+ { "8 All", "All sources, binaries and XFree86 binaries",
+ checkDistEverything, distSetEverything },
{ "9 Clear", "Reset selected distribution list to nothing",
NULL, distReset, NULL, NULL, ' ', ' ', ' ' },
{ "0 Exit", "Exit this menu (returning to previous)",
@@ -693,6 +693,8 @@ DMenu MenuSubDistributions = {
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PROFLIBS },
{ "src", "Sources for everything but DES",
srcFlagCheck, distSetSrc },
+ { "ports", "The FreeBSD Ports collection",
+ dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PORTS },
{ "XFree86", "The XFree86 3.2 distribution",
x11FlagCheck, distSetXF86 },
{ "All", "All sources, binaries and XFree86 binaries",
@@ -999,7 +1001,6 @@ DMenu MenuInstallCustom = {
{ "4 Distributions", "Select distribution(s) to extract", NULL, dmenuSubmenu, NULL, &MenuDistributions },
{ "5 Media", "Choose the installation media type", NULL, dmenuSubmenu, NULL, &MenuMedia },
{ "6 Commit", "Perform any pending Partition/Label/Extract actions", NULL, installCustomCommit },
- { "7 Extract", "Just do distribution extract step", NULL, distExtractAll },
{ "0 Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
{ NULL } },
};
@@ -1017,8 +1018,8 @@ DMenu MenuMBRType = {
"one, select \"standard\". If you would prefer your Master Boot\n"
"Record to remain untouched then select \"None\".\n\n"
" NOTE: PC-DOS users will almost certainly require \"None\"!",
- "Press F1 to read the installation guide",
- "install",
+ "Press F1 to read about drive setup",
+ "drives",
{ { "BootMgr", "Install the FreeBSD Boot Manager (\"Booteasy\")",
dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr },
{ "Standard", "Install a standard MBR (no boot manager)",
@@ -1060,6 +1061,8 @@ DMenu MenuConfigure = {
NULL, docBrowser },
{ "B XFree86", "Configure XFree86",
NULL, configXFree86 },
+ { "D Distributions", "Install additional distribution sets",
+ NULL, distExtractAll },
{ "L Label", "The disk Label editor",
NULL, diskLabelEditor },
{ "Partition", "The disk Partition Editor",
OpenPOWER on IntegriCloud