RE: lilo lba32 option?

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

 



> Does anybody know off the top of there head how to enable 
> lba32 option
> in lilo? This is RH 7.0. I noticed there is a --nonlinear option in RH
> 7.1, is this the same? and would it work for RH 7.0?
> 
> TIA
> 
> Steve

You could edit /etc/lilo.conf in the chrooted %post script and substitute
linear with lba32:

%post
cd /etc
sed s/linear/lba32/ < lilo.conf > lilo.conf.new; mv lilo.conf.new lilo.conf
lilo

This should work, although I haven't tested it.





[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux