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