summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 484341b..de8471f 100644
--- a/release/sysinstall/menus.c
+++ b/release/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",
OpenPOWER on IntegriCloud