[readonly/geninitrd/devel: 231/334] Use suspend_bootsplash instead of suspend_text when bootsplash is in use.
draenog
draenog at pld-linux.org
Sat Nov 2 19:30:57 CET 2013
commit f2479fd99de1d2bcbc1f901a8ca3ac7e5a3adc7e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Aug 9 00:02:18 2004 +0000
Use suspend_bootsplash instead of suspend_text when bootsplash is in use.
svn-id: @4420
geninitrd | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/geninitrd b/geninitrd
index 2bf1e48..9272f35 100755
--- a/geninitrd
+++ b/geninitrd
@@ -1021,6 +1021,7 @@ modules_add_linuxrc "$MODULES" "$s"
if is_yes "$USESUSPEND"; then
MODULES=""
for mod in $SUSPENDMODS; do
+ is_yes "$BOOT_SPLASH" && [ "$mod" = "-suspend-text" ] && mod="-suspend_bootsplash"
findmodule "$mod"
done
modules_install "$MODULES"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/readonly/geninitrd.git/commitdiff/398807324938659207036e520c0950a61ef50c11
More information about the pld-cvs-commit
mailing list