Description of Problem: Upgrading from 7.2 to a recent Skipjack build (internal 0409.1 isos) wrote an invalid lilo.conf. I had a custom lilo entry for a non-rpm kernel, which included a kernel append of the form append="resume=/dev/foo" and the lilo.conf rewrite stripped out the quote marks leaving append=resume=/dev/foo This breaks lilo --- an append line with an "=" in it must be quoted. This resulted in the lilo run aborting when the boot loader was updated, so on the next reboot, I ended up with an old kernel being loaded, despite the fact that anaconda had already deleted the /lib/modules for that old kernel. Version-Release number of selected component (if applicable): anaconda-7.2.94-0.200204082356 How Reproducible: 100% Steps to Reproduce: 1. Install 7.2 2. Add an append="key=value" item to /etc/lilo.conf 3. upgrade to Skipjack. Actual Results: Broken lilo.conf is written with the "key=value" unquoted. Expected Results: lilo.conf should be usable. Additional Information:
Yep, thanks. Fixed in CVS.