diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-10 13:42:05 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-10 13:42:05 +0000 |
| commit | beb1c32dd3065500eb995d11b7d55cb1c33ba6cc (patch) | |
| tree | b45967662837f977e757dc6d77890228ea34b0a0 /release/sysinstall/menus.c | |
| parent | f380a4f2e1fc035df0e0755453badecb5a99d8be (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/menus.c')
| -rw-r--r-- | release/sysinstall/menus.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 489311296103..ee53837efb40 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.157 1998/03/09 15:01:02 jkh Exp $ + * $Id: menus.c,v 1.158 1998/03/10 02:37:29 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -1130,21 +1130,21 @@ DMenu MenuConfigure = { NULL, dmenuSubmenu, NULL, &MenuStartup }, { "8 Options", "View/Set various installation options", NULL, optionsEditor }, - { "9 Packages", "Install pre-packaged software for FreeBSD", + { "9 Distributions", "Install additional distribution sets", + NULL, distExtractAll }, + { "P Packages", "Install pre-packaged software for FreeBSD", NULL, configPackages }, - { "A Root Password", "Set the system manager's password", + { "R Root Password", "Set the system manager's password", NULL, dmenuSystemCommand, NULL, "passwd root" }, - { "B HTML Docs", "Go to the HTML documentation menu (post-install)", + { "D HTML Docs", "Go to the HTML documentation menu (post-install)", NULL, docBrowser }, { "X XFree86", "Configure XFree86", NULL, configXEnvironment }, - { "D Distributions", "Install additional distribution sets", - NULL, distExtractAll }, { "L Label", "The disk Label editor", NULL, diskLabelEditor }, - { "P Partition", "The disk Slice (PC-style partition) Editor", + { "F Fdisk", "The disk Slice (PC-style partition) Editor", NULL, diskPartitionEditor }, - { "R Register", "Register yourself or company as a FreeBSD user.", NULL, configRegister }, + { "U Register", "Register yourself or company as a FreeBSD user.", NULL, configRegister }, { "E Exit", "Exit this menu (returning to previous)", NULL, dmenuExit }, { NULL } }, |
