[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Correction: s/--enable -F/--interrupt n/ (Was: Re: mbr -- drawing the issue to a close)



>>>>> "Randolph" == Randolph Chung <tausq@debian.org> writes:

    Randolph> BF 2.2.6 now installs mbr with the --enable -F option. This disables the
    Randolph> floppy option from the first mbr prompt.

 A correction... 2.2.6 now in fact uses `--interrupt n', not `--enable
 -F', so that there is no prompt on keypress during boot.  See for
 yourselves...  (The first define is only active while TESTING is defined.)

 $ grep install-mbr /usr/local/src/cvs.debian.org/debian-boot/boot-floppies/utilities/dbootstrap/bootconfig.c
#define BC_INST_MBR    "/sbin/install-mbr --interrupt n %s"
#define BC_INST_MBR    "export LD_LIBRARY_PATH=\"/target/lib:/target/usr/lib\"; /target/sbin/install-mbr  --interrupt n %s"
	wideMessageBox(_("The master boot record program that was just installed supports several advanced options that have not been enabled by default.  The installed configuration will cause it to behave just like a standard MBR.  For information about the advanced features supported by the mbr, please read the 'install-mbr' manual page."), _("Important Information about the installed MBR"));

 $ cd /usr/local/src/cvs.debian.org/debian-boot/boot-floppies/utilities/dbootstrap/ && cvs log bootconfig.c

RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/bootconfig.c,v
Working file: bootconfig.c
head: 1.28
branch:
locks: strict
access list:
symbolic names:
	adam_release_2-2-6: 1.28
	adam_release_2-2-5: 1.22
	adam_release_2-2-4: 1.17
	adam_release_2-2-3: 1.15
	adam_release_2-2-2: 1.12
	porter_release_2_2_1: 1.7
	marcel-boot-floppies_2-2-0: 1.6
keyword substitution: kv
total revisions: 28;	selected revisions: 28
description:
----------------------------
revision 1.28
date: 2000/02/02 23:17:55;  author: aph;  state: Exp;  lines: +1 -1
minor bugfixen for 2.2.6
----------------------------
revision 1.27
date: 2000/02/02 23:08:24;  author: karlheg;  state: Exp;  lines: +2 -0
* Message about the advanced features of the `mbr', w/pointer to manpage.
----------------------------
revision 1.26
date: 2000/02/02 22:41:24;  author: aph;  state: Exp;  lines: +2 -2
a different fix for install-mbr, now set to not prompt unless error;
this should fix matters IMHO while still allowing emergancy use
----------------------------
revision 1.25
date: 2000/02/02 03:53:07;  author: tausq;  state: Exp;  lines: +6 -1
disables floppy boot in mbr
 [...]


Reply to: