summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorrandi <randi@FreeBSD.org>2010-07-08 21:26:26 +0000
committerrandi <randi@FreeBSD.org>2010-07-08 21:26:26 +0000
commite80a867ba425a418f2ac6a6b13be063d656a360b (patch)
tree9703dade7b572dc3598820a73e2f17cdb9f5c262 /usr.sbin/sysinstall/menus.c
parent4b010573ec3137cc16a2f83312c1a52213d19853 (diff)
downloadFreeBSD-src-e80a867ba425a418f2ac6a6b13be063d656a360b.zip
FreeBSD-src-e80a867ba425a418f2ac6a6b13be063d656a360b.tar.gz
Revert r209787 pending further discussion.
Approved by: cperciva (mentor)
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index df1d91e..9d184e9 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -243,6 +243,7 @@ DMenu MenuIndex = {
#endif /* WITH_SYSCONS */
{ " Time Zone", "Set the system's time zone.", NULL, dmenuSystemCommand, NULL, "tzsetup" },
{ " TTYs", "Configure system ttys.", NULL, configEtcTtys, NULL, "ttys" },
+ { " Upgrade", "Upgrade an existing system.", NULL, installUpgrade },
{ " Usage", "Quick start - How to use this menu system.", NULL, dmenuDisplayFile, NULL, "usage" },
{ " User Management", "Add user and group information.", NULL, dmenuSubmenu, NULL, &MenuUsermgmt },
{ NULL } },
@@ -274,6 +275,7 @@ DMenu MenuInitial = {
#endif
{ "Options", "View/Set various installation options", NULL, optionsEditor },
{ "Fixit", "Repair mode with CDROM/DVD/floppy or start shell", NULL, dmenuSubmenu, NULL, &MenuFixit },
+ { "Upgrade", "Upgrade an existing system", NULL, installUpgrade },
{ "Load Config..","Load default install configuration", NULL, dispatch_load_menu },
{ "Index", "Glossary of functions", NULL, dmenuSubmenu, NULL, &MenuIndex },
{ NULL } },
OpenPOWER on IntegriCloud