"[fgriffin]" <[EMAIL PROTECTED]> writes: > Maybe I'm blind, but I can't find anything in the auto_inst.cfg that refers to > the choice of where to place the bootloader sector. I'll attach the file.
$o = {
...
bootloader => { boot => '/dev/hda1' },
...
};
should work.
or you can put:
use bootloader;
package bootloader;
*suggest_onmbr = sub { (0, 0) };
at the beginning or at the end of auto_inst.cfg.pl
