]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - mod-fbsplash.sh
add debug and verbose output
[projects/geninitrd.git] / mod-fbsplash.sh
index a9ed6ca505e5fd340f484acab36d96960d2a26e2..8cd162fb334eb6612ab34c9c79f9667a92cfe247 100644 (file)
@@ -42,7 +42,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 +64,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.02934 seconds and 4 git commands to generate.