diff options
author | jkh <jkh@FreeBSD.org> | 1997-02-18 04:38:33 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-02-18 04:38:33 +0000 |
commit | 7916922d55c420a6261d3af149ad57c09c79b3b3 (patch) | |
tree | 3769d1e298468079c00209dd8c29568e00307a56 /release | |
parent | e8b79bc7a1815ba4919755b2fd8344dd5d5a92e9 (diff) | |
download | FreeBSD-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 'release')
-rw-r--r-- | release/sysinstall/menus.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index d4e75ac..3149600 100644 --- a/release/sysinstall/menus.c +++ b/release/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 } }, |