diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 484341bf1b6..de8471f2408 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", diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 484341bf1b6..de8471f2408 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/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", diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 484341bf1b6..de8471f2408 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",