> 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.