summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-02-11 00:39:05 +0100
committerThomas Bächler <thomas@archlinux.org>2010-02-11 00:39:05 +0100
commit866db5c57013a3648fc24100384da763b1c7fdef (patch)
tree22237703e5c13477bfcc2baf1c3f042e39fc7cf6 /install
parent3e6b1d148595eb628ebf018174b5b1f88be3e2a6 (diff)
downloadmkinitcpio-866db5c57013a3648fc24100384da763b1c7fdef.tar.gz
mkinitcpio-866db5c57013a3648fc24100384da763b1c7fdef.tar.xz
consolefont: Update error message
Diffstat (limited to 'install')
-rw-r--r--install/consolefont4
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
}