diff options
-rw-r--r-- | install/consolefont | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/consolefont b/install/consolefont index b39e3b0..6e242a8 100644 --- a/install/consolefont +++ b/install/consolefont @@ -13,8 +13,8 @@ install () zcat ${CONSOLEFONT_FILE_GZ} > ${CONSOLEFONT_FILE} add_file ${CONSOLEFONT_FILE} /consolefont.psfu else - echo "consolefont hook: Console font file must end with .psfu.gz" - echo "consolefont hook: Only unicode fonts are supported at the moment." + echo "consolefont: Font file does not exist or does not end with .psfu.gz" + echo "consolefont: Only unicode fonts are supported at the moment." fi fi } |