Michael Brown <[EMAIL PROTECTED]> writes:

> Is there any way to tell DrakX's auto-install mode to install LILO onto
> /dev/hda1 instead of /dev/hda ?  I've looked through the code and the
> nearest option I can find seems to be

well, you could use

      bootloader => { boot => 'hda1' },

[...]

> -    my ($onmbr, $unsafe) = $lilo->{crushMbr} ? (1, 0) : suggest_onmbr($hds);
> +    my ($onmbr, $unsafe) = $lilo->{preserveMbr} ? (0, 0) : ( $lilo->{crushMbr} ? 
>(1, 0) : suggest_onmbr($hds) );

is that really needed? 

Reply via email to