summaryrefslogtreecommitdiffstats
path: root/hooks/consolefont
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/consolefont')
-rw-r--r--hooks/consolefont10
1 files changed, 10 insertions, 0 deletions
diff --git a/hooks/consolefont b/hooks/consolefont
new file mode 100644
index 0000000..8183844
--- /dev/null
+++ b/hooks/consolefont
@@ -0,0 +1,10 @@
+# vim: set ft=sh:
+
+run_hook ()
+{
+ if [ -e /consolefont.psfu ]; then
+ msg -n ":: Loading console font..."
+ /usr/sbin/setfont -C /dev/console /consolefont.psfu
+ msg "done."
+ fi
+}