aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-09 16:58:52 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-09 16:58:52 +0000
commiteaeb09bdc465b4d9210bcafee467b421d05e99ad (patch)
tree17912f3728e69da52d8c18f7f1f8cd487fdb6d5f /usr.sbin/sysinstall
parentc83b1328f14caa22d782bd117ec9b96775c4082c (diff)
downloadsrc-eaeb09bdc465b4d9210bcafee467b421d05e99ad.tar.gz
src-eaeb09bdc465b4d9210bcafee467b421d05e99ad.zip
Move Fdisk ahead of Lable.
Ok'ed by: JKH
Notes
Notes: svn path=/head/; revision=55673
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 484341bf1b65..de8471f2408c 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1234,12 +1234,12 @@ DMenu MenuConfigure = {
NULL, configPackages },
{ " Root Password", "Set the system manager's password",
NULL, dmenuSystemCommand, NULL, "passwd root" },
- { " Label", "The disk Label editor",
- NULL, diskLabelEditor },
#ifdef __i386__
{ " Fdisk", "The disk Slice (PC-style partition) Editor",
NULL, diskPartitionEditor },
#endif
+ { " Label", "The disk Label editor",
+ NULL, diskLabelEditor },
{ " User Management", "Add user and group information",
NULL, dmenuSubmenu, NULL, &MenuUsermgmt },
{ " Console", "Customize system console behavior",