SVN: geninitrd/trunk/geninitrd

adamg adamg at pld-linux.org
Mon May 26 20:54:07 CEST 2008


Author: adamg
Date: Mon May 26 20:54:06 2008
New Revision: 9775

Modified:
   geninitrd/trunk/geninitrd
Log:
- proper path to splash_geninitramfs in initrd_gen_fbcondecor()

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd	(original)
+++ geninitrd/trunk/geninitrd	Mon May 26 20:54:06 2008
@@ -1254,7 +1254,7 @@
 
 	for res in $FB_SPLASH_RESOLUTIONS; do
 		if [ -f "/etc/splash/$SPLASH_THEME/$res.cfg" ]; then
-			/usr/sbin/splash_geninitramfs -c $DESTDIR -r $res $SPLASH_THEME && \
+			/usr/bin/splash_geninitramfs -c $DESTDIR -r $res $SPLASH_THEME && \
 			debug "Added $res $SPLASH_THEME theme to initramfs."
 		else
 			warn "/etc/splash/$SPLASH_THEME/$res.cfg doesn't exist, skipped"


More information about the pld-cvs-commit mailing list