summarylogtreecommitdiffstats
path: root/fbsplash.hook
diff options
context:
space:
mode:
Diffstat (limited to 'fbsplash.hook')
-rw-r--r--fbsplash.hook6
1 files changed, 3 insertions, 3 deletions
diff --git a/fbsplash.hook b/fbsplash.hook
index b152773502fd..a33d2f05d950 100644
--- a/fbsplash.hook
+++ b/fbsplash.hook
@@ -9,10 +9,10 @@ run_hook() {
if [ -f "${SPLASH_IMAGE}" ]; then
dd if="${SPLASH_IMAGE}" of="${FBDEV}" 2> /dev/null
else
- echo "Cannot find ${SPLASH_IMAGE}."
- echo "Did you include it in the \"FILES=...\" of your /etc/mkinitcpio.conf?"
+ echo "Cannot find ${SPLASH_IMAGE}." >&2
+ echo "Did you include it in the \"FILES=...\" of your /etc/mkinitcpio.conf?" >&2
fi
else
- echo "Framebuffer device \"${FBDEV}\" is not present."
+ echo "Framebuffer device \"${FBDEV}\" is not present." >&2
fi
}