summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-18 04:38:33 +0000
committerjkh <jkh@FreeBSD.org>1997-02-18 04:38:33 +0000
commit7916922d55c420a6261d3af149ad57c09c79b3b3 (patch)
tree3769d1e298468079c00209dd8c29568e00307a56 /usr.sbin/sysinstall/menus.c
parente8b79bc7a1815ba4919755b2fd8344dd5d5a92e9 (diff)
downloadFreeBSD-src-7916922d55c420a6261d3af149ad57c09c79b3b3.zip
FreeBSD-src-7916922d55c420a6261d3af149ad57c09c79b3b3.tar.gz
Add Label & Partition to configuration menu so you don't have to
go to one of the installs for that (now that it works multi-user).
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index d4e75ac..3149600 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1060,6 +1060,10 @@ DMenu MenuConfigure = {
NULL, docBrowser },
{ "B XFree86", "Configure XFree86",
NULL, configXFree86 },
+ { "L Label", "The disk Label editor",
+ NULL, diskLabelEditor },
+ { "Partition", "The disk Partition Editor",
+ NULL, diskPartitionEditor },
{ "Exit", "Exit this menu (returning to previous)",
NULL, dmenuExit },
{ NULL } },
OpenPOWER on IntegriCloud