X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=mod-fbsplash.sh;h=20083be077427d8a12ca230c3ea16e67051da9cf;hb=ad5033d7e704edaf52f2be18d4aa98c378179ede;hp=f4e793ea02c926c73c6322b2db8f1802cdf52f26;hpb=05c474b5c3a4c0cd06154cf0c15ac2a9456e6af2;p=projects%2Fgeninitrd.git diff --git a/mod-fbsplash.sh b/mod-fbsplash.sh index f4e793e..20083be 100644 --- a/mod-fbsplash.sh +++ b/mod-fbsplash.sh @@ -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