diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-02-11 00:39:05 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-02-11 00:39:05 +0100 |
commit | 866db5c57013a3648fc24100384da763b1c7fdef (patch) | |
tree | 22237703e5c13477bfcc2baf1c3f042e39fc7cf6 /install/consolefont | |
parent | 3e6b1d148595eb628ebf018174b5b1f88be3e2a6 (diff) | |
download | mkinitcpio-866db5c57013a3648fc24100384da763b1c7fdef.tar.gz mkinitcpio-866db5c57013a3648fc24100384da763b1c7fdef.tar.xz |
consolefont: Update error message
Diffstat (limited to 'install/consolefont')
-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 } |