diff -up e-smith-grub-2.4.0/root/etc/e-smith/templates/boot/grub/grub.conf/RemovePlymouth.noplymouth e-smith-grub-2.4.0/root/etc/e-smith/templates/boot/grub/grub.conf/RemovePlymouth --- e-smith-grub-2.4.0/root/etc/e-smith/templates/boot/grub/grub.conf/RemovePlymouth.noplymouth 2013-03-01 16:17:39.381851219 -0700 +++ e-smith-grub-2.4.0/root/etc/e-smith/templates/boot/grub/grub.conf/RemovePlymouth 2013-03-01 16:18:29.032968272 -0700 @@ -0,0 +1,4 @@ +{ + @lines = map { s/ro root/ro rd_NO_PLYMOUTH root/; $_ } @lines; + $OUT = ""; +}