summarylogtreecommitdiffstats
path: root/fbsplash.hook
diff options
context:
space:
mode:
authorRichard Neumann2017-03-22 11:51:09 +0100
committerRichard Neumann2017-03-22 11:51:09 +0100
commitfca18910f9a24d3a8182f9d51ebfea8174d824a8 (patch)
tree12d1115b2f94934815aad1476164960ce44675e1 /fbsplash.hook
parentfa7c5dee28e6050bd66c361112d6ab8855ec4509 (diff)
downloadaur-fca18910f9a24d3a8182f9d51ebfea8174d824a8.tar.gz
Updated hints and help
Diffstat (limited to 'fbsplash.hook')
-rw-r--r--fbsplash.hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbsplash.hook b/fbsplash.hook
index 592a30fb133d..abd1c7f6a276 100644
--- a/fbsplash.hook
+++ b/fbsplash.hook
@@ -8,6 +8,6 @@ run_hook() {
dd if=${SPLASH_IMAGE} of=/dev/fb0 2> /dev/null
else
echo "Cannot find ${SPLASH_IMAGE}."
- echo "Did you include it in the \"BINARIES=...\" of your /etc/mkinitcpio.conf?"
+ echo "Did you include it in the \"FILES=...\" of your /etc/mkinitcpio.conf?"
fi
}