summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-04-21 18:55:44 +0000
committerbrucec <brucec@FreeBSD.org>2010-04-21 18:55:44 +0000
commit38916be9d7b37f52b798c01019e4a86281b5215b (patch)
treeb2901a88225421d7546424e2b739c077638a68fb /usr.sbin/sysinstall/menus.c
parentbd061a91d767beeeab9684b406ef333f0907e7cf (diff)
downloadFreeBSD-src-38916be9d7b37f52b798c01019e4a86281b5215b.zip
FreeBSD-src-38916be9d7b37f52b798c01019e4a86281b5215b.tar.gz
Make the "Q = Finish" text visible when running sysinstall as a normal
application. Reword the boot manager screen to try and avoid confusion. Reviewed by: randi Approved by: rrs (mentor) MFC after: 1 week
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 1151036..65cab4c 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1175,20 +1175,16 @@ DMenu MenuMBRType = {
"at boot time. If you have more than one drive and want to boot\n"
"from the second one, the boot manager will also make it possible\n"
"to do so (limitations in the PC BIOS usually prevent this otherwise).\n"
- "If you will only have FreeBSD on the machine the boot manager is\n"
- "not needed and it slows down the boot while offering you the choice\n"
- "of which operating system to boot. If you do not want a boot\n"
- "manager, or wish to replace an existing one, select \"standard\".\n"
- "If you would prefer your Master Boot Record remain untouched then\n"
- "select \"None\".\n\n"
- " NOTE: PC-DOS users will almost certainly require \"None\"!",
- "Press F1 to read about drive setup",
+ "If you have other operating systems installed and would like a choice when\n"
+ "booting, choose \"BootMgr\". If you would prefer to keep your existing\n"
+ "boot manager, select \"None\".\n\n",
+ "",
"drives",
- { { "Standard", "Install a standard MBR (no boot manager)",
+ { { "Standard", "Install a standard MBR (non-interactive boot manager)",
dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr, '(', '*', ')', 1 },
{ "BootMgr", "Install the FreeBSD Boot Manager",
dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr, '(', '*', ')', 0 },
- { "None", "Leave the Master Boot Record untouched",
+ { "None", "Do not install a boot manager",
dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr, '(', '*', ')', 2 },
{ NULL } },
};
OpenPOWER on IntegriCloud