for res in $BOOT_SPLASH_RESOLUTIONS; do
if [ -f "/etc/bootsplash/themes/$THEME/config/bootsplash-$res.cfg" ]; then /bin/splash.bin -s -f "/etc/bootsplash/themes/$THEME/config/bootsplash-$res.cfg" >> "$target" && \
debug "Added $res $THEME theme to initrd."
else
warn "/etc/bootsplash/themes/$THEME/config/bootsplash-$res.cfg doesn't exist, skipped"
fi
done
and $target being the final .gz file.
nevertheless, regenerate initrd with -v option and show the output.
dude, where's the version?!
anyway in mod-bootsplash.sh there are lines:
for res in $BOOT_SPLASH_ RESOLUTIONS; do h/themes/ $THEME/ config/ bootsplash- $res.cfg" ]; then
/bin/ splash. bin -s -f "/etc/bootsplas h/themes/ $THEME/ config/ bootsplash- $res.cfg" >> "$target" && \ h/themes/ $THEME/ config/ bootsplash- $res.cfg doesn't exist, skipped"
if [ -f "/etc/bootsplas
debug "Added $res $THEME theme to initrd."
else
warn "/etc/bootsplas
fi
done
and $target being the final .gz file.
nevertheless, regenerate initrd with -v option and show the output.