--- /lib/initcpio/hooks/consolefont-old 2010-04-13 18:04:49.681110796 +0200 +++ /lib/initcpio/hooks/consolefont 2010-05-05 21:47:03.529535607 +0200 @@ -6,5 +6,11 @@ msg -n ":: Loading console font..." /usr/sbin/setfont -C /dev/console /consolefont.psfu msg "done." + elif [ -e /consolefont.psf ]; then + msg -n ":: Loading console font..." + /usr/sbin/setfont -C /dev/console /consolefont.psf + msg "done." + else + msg "No consolefont found despite added hook." fi }