--- anaconda-7.3/bootloader.py Wed Apr 10 16:30:28 2002 +++ anaconda-7.3-f1/bootloader.py Tue Aug 13 15:22:11 2002 @@ -592,6 +592,10 @@ stdout = "/dev/tty5", stderr = "/dev/tty5", root = instRoot) +# CJS this was advertized to fix the grub problem with the 2.4.18-5 kernel + # sync once again (after grub-install) + isys.sync() +# CJS end of grub fix # really install the bootloader p = os.pipe() @@ -772,7 +776,9 @@ def __init__(self): bootloaderInfo.__init__(self) - self.useGrubVal = 1 +# CJS change default to be LILO +# self.useGrubVal = 1 + self.useGrubVal = 0 self.kernelLocation = "/boot/" self.configfile = "/etc/lilo.conf" self.password = None