Dan Carpenter wrote: > 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 > Dan - Alright, I'll lay it down straight - I'm retarded. I didn't even think that the manual would have this option in there, but it does. Thanks for the time that you've taken to ask this stupid question. Thanks! -dant