[Fai-commit] r6397 - trunk/examples/simple/scripts/CENTOS

Michael Goetze mgoetze-guest at alioth.debian.org
Fri Apr 15 12:25:11 UTC 2011


Author: mgoetze-guest
Date: 2011-04-15 12:24:58 +0000 (Fri, 15 Apr 2011)
New Revision: 6397

Modified:
   trunk/examples/simple/scripts/CENTOS/40-install-grub
Log:
CENTOS/40-install-grub: fix typo

Modified: trunk/examples/simple/scripts/CENTOS/40-install-grub
===================================================================
--- trunk/examples/simple/scripts/CENTOS/40-install-grub	2011-04-15 12:24:51 UTC (rev 6396)
+++ trunk/examples/simple/scripts/CENTOS/40-install-grub	2011-04-15 12:24:58 UTC (rev 6397)
@@ -30,7 +30,7 @@
 
 ln -s ./menu.lst $target/boot/grub/grub.conf
 
-if [ -f $target/boot/grub/spalsh.xpm.gz ]; then
+if [ -f $target/boot/grub/splash.xpm.gz ]; then
 	pretty="splashimage=$bootpart$bootdir/grub/splash.xpm.gz"
 else
 	pretty="color cyan/blue white/blue"




More information about the Fai-commit mailing list