FreeBSD Bugzilla – Attachment 103056 Details for
Bug 142916
Boot manager order differs between sysinstall(8) and sade(8)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.14 KB, created by
Jeremy Chadwick
on 2010-01-17 19:40:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jeremy Chadwick
Created:
2010-01-17 19:40:05 UTC
Size:
2.14 KB
patch
obsolete
>--- src/usr.sbin/sade/menus.c.orig 2009-08-03 01:13:06.000000000 -0700 >+++ src/usr.sbin/sade/menus.c 2010-01-17 11:31:31.000000000 -0800 >@@ -92,21 +92,24 @@ > DMenu MenuMBRType = { > DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS, > "overwrite me", /* will be disk specific label */ >- "FreeBSD comes with a boot selector that allows you to easily\n" >+ "FreeBSD comes with a boot manager that allows you to easily\n" > "select between FreeBSD and any other operating systems on your machine\n" > "at boot time. If you have more than one drive and want to boot\n" >- "from the second one, the boot selector will also make it possible\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 do not want a boot selector, or wish to replace an existing\n" >- "one, select \"standard\". If you would prefer your Master Boot\n" >- "Record to remain untouched then select \"None\".\n\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", > "drives", >- { { "BootMgr", "Install the FreeBSD Boot Manager", >- dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr, 0, 0, 0, 0 }, >- { "Standard", "Install a standard MBR (no boot manager)", >+ { { "Standard", "Install a standard MBR (no 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", > dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr, '(', '*', ')', 2 }, > { NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0 } },
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 142916
: 103056