PDA

View Full Version : How to transfer cheatcodes to HDD install?



rrud
02-23-2003, 11:24 AM
Hello!

HDinstal works fine in general, but I realized I need some different settings, esp. "noapm". Is it possible to transfer cheatcodes to the current HD installation?

I already know X-related stuff like wheelmouse, screen res. is in XF86config files, which can be copied from the ramdisk of a customized CD session to HD. Something similar for "noapm" and "noapic"?

RockMumbles
02-23-2003, 03:30 PM
You can put the noapm, noapic, etc. boot options in your /etc/lilo.conf file. There should be an existing line like this:
*append="hda=scsi hdb=scsi ..."
(as root) edit your lilo.conf file append line and then re-run lilo:
*/sbin/lilo -v
and then the next boot will use the additional boot parameters.

HTH

rock