Questions re: GRUB installation and setup in Anaconda

Dan Carpenter error27 at gmail.com
Sat Jul 2 01:39:57 UTC 2005


You can easily append stuff in the kickstart file.
bootloader --location=mbr --append="your_ad_here"

The whole point of %post scripts is for scripting stuff though...  :/
perl -pi -e 's/^(\W*kernel.*)/$1 your_ad_here/' /boot/grub/grub.conf

regards,
dan carpenter




More information about the Kickstart-list mailing list