diff -up e-smith-grub-2.4.0/root/etc/e-smith/templates/boot/grub/grub.conf/RemoveRHGB.rhgb e-smith-grub-2.4.0/root/etc/e-smith/templates/boot/grub/grub.conf/RemoveRHGB --- e-smith-grub-2.4.0/root/etc/e-smith/templates/boot/grub/grub.conf/RemoveRHGB.rhgb 2013-02-19 08:14:35.145119212 -0700 +++ e-smith-grub-2.4.0/root/etc/e-smith/templates/boot/grub/grub.conf/RemoveRHGB 2013-02-19 08:15:11.234226781 -0700 @@ -0,0 +1,4 @@ +{ + @lines = map { s/ rhgb//; $_ } @lines; + $OUT = ""; +}