ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/usr.sbin/sade/menus.c
(Generate patch)

Comparing trunk/usr.sbin/sade/menus.c (file contents):
Revision 5599 by laffer1, Sat Oct 24 15:55:41 2009 UTC vs.
Revision 5600 by laffer1, Thu Jan 3 03:43:31 2013 UTC

# Line 29 | Line 29
29  
30   #ifndef lint
31   static const char rcsid[] =
32 <  "$FreeBSD: src/usr.sbin/sade/menus.c,v 1.423 2006/08/09 05:33:45 delphij Exp $";
32 >  "$MidnightBSD$";
33   #endif
34  
35   #include "sade.h"
# Line 76 | Line 76 | DMenu MenuMain = {
76   DMenu MenuMBRType = {
77      DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
78      "overwrite me",             /* will be disk specific label */
79 <    "FreeBSD comes with a boot selector that allows you to easily\n"
79 >    "MidnightBSD comes with a boot manager that allows you to easily\n"
80      "select between FreeBSD and any other operating systems on your machine\n"
81      "at boot time.  If you have more than one drive and want to boot\n"
82 <    "from the second one, the boot selector will also make it possible\n"
82 >    "from the second one, the boot manager will also make it possible\n"
83      "to do so (limitations in the PC BIOS usually prevent this otherwise).\n"
84 <    "If you do not want a boot selector, or wish to replace an existing\n"
85 <    "one, select \"standard\".  If you would prefer your Master Boot\n"
86 <    "Record to remain untouched then select \"None\".\n\n"
87 <    "  NOTE:  PC-DOS users will almost certainly require \"None\"!",
88 <    "Press F1 to read about drive setup",
84 >    "If you have other operating systems installed and would like a choice when\n"
85 >    "booting, choose \"BootMgr\". If you would prefer to keep your existing\n"
86 >    "boot manager, select \"None\".\n\n",
87 >    "",
88      "drives",
89 <    { { "BootMgr",      "Install the FreeBSD Boot Manager",
91 <        dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr, 0, 0, 0, 0 },
92 <      { "Standard",     "Install a standard MBR (no boot manager)",
89 >    { { "Standard",     "Install a standard MBR (non-interactive boot manager)",
90          dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr, '(', '*', ')', 1 },
91 <      { "None",         "Leave the Master Boot Record untouched",
91 >      { "BootMgr",      "Install the BSD boot manager",
92 >        dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr, '(', '*', ')', 0 },
93 >      { "None",         "Do not install a boot manager",
94          dmenuRadioCheck, dmenuSetValue, NULL, &BootMgr, '(', '*', ')', 2 },
95 <      { NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0 } },
95 >      { NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0 } }
96   };
97   #endif /* __i386__ */
98  

Comparing trunk/usr.sbin/sade/menus.c (property cvs2svn:cvs-rev):
Revision 5599 by laffer1, Sat Oct 24 15:55:41 2009 UTC vs.
Revision 5600 by laffer1, Thu Jan 3 03:43:31 2013 UTC

# Line 1 | Line 1
1 < 1.2
1 > 1.3

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines