From 94130e25b50c7385b5befeb03a94668de1cf3601 Mon Sep 17 00:00:00 2001 From: Ionut Biru Date: Fri, 12 Feb 2010 20:42:34 +0200 Subject: fix detection of CONSOLEFONT from rc.conf Signed-off-by: Ionut Biru --- install/consolefont | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'install') diff --git a/install/consolefont b/install/consolefont index 67777b8..789a661 100644 --- a/install/consolefont +++ b/install/consolefont @@ -6,6 +6,7 @@ install () BINARIES="" FILES="" SCRIPT="consolefont" + eval "$(grep -e "^CONSOLEFONT=" /etc/rc.conf)" if [ -n "$CONSOLEFONT" ]; then CONSOLEFONT_FILE_GZ="/usr/share/kbd/consolefonts/$CONSOLEFONT.psfu.gz" if [ -e ${CONSOLEFONT_FILE_GZ} ]; then @@ -22,10 +23,6 @@ install () help () { cat<