SVN: geninitrd/trunk/geninitrd

shadzik shadzik at pld-linux.org
Tue May 27 20:57:11 CEST 2008


Author: shadzik
Date: Tue May 27 20:57:11 2008
New Revision: 9780

Modified:
   geninitrd/trunk/geninitrd
Log:
- glen!! bootsplash doesn't require initramfs, i had it on romfs until you broke geninitrd :/
- fixed


Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd	(original)
+++ geninitrd/trunk/geninitrd	Tue May 27 20:57:11 2008
@@ -1830,10 +1830,6 @@
 fi
 
 if [ "$INITRDFS" != "initramfs" ]; then
-	if is_yes "$BOOT_SPLASH"; then
-		warn "Using bootsplash requires INITRDFS=initramfs; skipping bootsplash generation"
-		BOOT_SPLASH=no
-	fi
 	if is_yes "$FB_SPLASH"; then
 		warn "Using fbsplash requires INITRDFS=initramfs; skipping fbsplash generation"
 		FB_SPLASH=no


More information about the pld-cvs-commit mailing list