]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - mod-fbsplash.sh
Timeout here is not a good idea. rootfs cannot be mounted and kernel oopses due to...
[projects/geninitrd.git] / mod-fbsplash.sh
index f4e793ea02c926c73c6322b2db8f1802cdf52f26..20083be077427d8a12ca230c3ea16e67051da9cf 100644 (file)
@@ -1,6 +1,4 @@
 #!/bin/sh
-RCSID='$Revision: 12159 $ $Date: 2011-02-17 23:16:30 +0100 (czw) $'
-
 # geninitrd mod: fbsplash
 FB_SPLASH=${FB_SPLASH:-no}
 
@@ -42,7 +40,7 @@ initrd_gen_fbsplash() {
        if ! is_yes "$FB_SPLASH"; then
                return
        fi
-       debug "Generating fbsplash"
+       verbose "Generating fbsplash"
 
        if [ -r /etc/sysconfig/fbsplash ]; then
                . /etc/sysconfig/fbsplash
@@ -64,7 +62,7 @@ initrd_gen_fbsplash() {
        for res in $FB_SPLASH_RESOLUTIONS; do
                if [ -f "/etc/splash/$SPLASH_THEME/$res.cfg" ]; then
                        $fbsplash_geninitramfs -c $DESTDIR -r $res $SPLASH_THEME && \
-                       debug "Added $res $SPLASH_THEME theme to initramfs."
+                       verbose "Added $res $SPLASH_THEME theme to initramfs."
                else
                        warn "/etc/splash/$SPLASH_THEME/$res.cfg doesn't exist, skipped"
                fi
This page took 0.399565 seconds and 4 git commands to generate.