aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-02-26 02:37:24 +0000
committerBill Nottingham <notting@redhat.com>2003-02-26 02:37:24 +0000
commit01e080020dbcbf98fdb6505b9b7f54ee43695a78 (patch)
tree928e0c0e7b5a33c1753990fa502e28b6dc15c71e
parent8c679537256a0642c5ea4e634757629eae39261d (diff)
downloadinitscripts-01e080020dbcbf98fdb6505b9b7f54ee43695a78.tar
initscripts-01e080020dbcbf98fdb6505b9b7f54ee43695a78.tar.gz
initscripts-01e080020dbcbf98fdb6505b9b7f54ee43695a78.tar.bz2
initscripts-01e080020dbcbf98fdb6505b9b7f54ee43695a78.tar.xz
initscripts-01e080020dbcbf98fdb6505b9b7f54ee43695a78.zip
handle 7.x sysfontacm settings on the fly (#84183)
-rwxr-xr-xsetsysfont3
1 files changed, 3 insertions, 0 deletions
diff --git a/setsysfont b/setsysfont
index a21bc373..eac0e31c 100755
--- a/setsysfont
+++ b/setsysfont
@@ -28,6 +28,9 @@ elif [ -x /bin/setfont ]; then
ARGS="-u $UNIMAP"
fi
if [ -n "$SYSFONTACM" ]; then
+ if [ ! -f /lib/kbd/consoletrans/$SYSONTACM_to_uni.trans ]; then
+ SYSFONTACM=`echo $SYSFONTACM | sed "|iso0|8859-|g"`
+ fi
ARGS="$ARGS -m $SYSFONTACM"
fi
if [ -n "$SYSFONT" ]; then
gmsg'> * service_harddrake: Factorize ask_with_timeout for a following commit.Anssi Hannula2011-04-172-12/+20 | * service_harddrake: Adapt from bootsplash to plymouth.Anssi Hannula2011-04-172-7/+5 | * - fixed header so msgfmt wont give any errorsOliver Burger2011-04-161-4/+3 | * - any.pm: make it easier for rebranding by using %s magicAhmad Samir2011-04-0773-783/+1145 | | | | | - update po/pot files * - s/Ldap/LDAP/ in the po/pot files manually so as not to fuzzy the strings ↵Ahmad Samir2011-04-0771-174/+174 | | | | unnecessarily * - keep it "Hard drive detection", since the tree on the left in the installerAhmad Samir2011-04-071-2/+2 | | | | | is of limited width * - s/can not/cannot/ manually in the po/pot files so as not the make the stringsAhmad Samir2011-04-07285-1456/+1456 | | | | | unnecessarily fuzzy (from Thierry Vignaud) * - revert 's,/boot partition,separate /boot partition,', .po/pot files shouldn'tAhmad Samir2011-04-0571-214/+214 | | | | | | be changed this way as this changes the meaning of the string and translators need to adapt the .po files themselves * - 's!Just select your tv card parameters!Just select your TV card parameters!'Ahmad Samir2011-04-0472-73/+73 | * - s/api/API/Ahmad Samir2011-04-0472-173/+173 | * - perl -pi -e 's!trouble shoot!troubleshoot!'Ahmad Samir2011-04-0472-145/+145 | * - perl -pi -e 's!you can pick one in the above list!you can pick one from ↵Ahmad Samir2011-04-0472-72/+72 | | | | the above list!' * - perl -pi -e 's!For this, create a partition!To accomplish this, create a ↵Ahmad Samir2011-04-0472-72/+72 | | | | partition!' * - perl -pi -e 's!"Search new servers"!"Search for new servers"!'Ahmad Samir2011-04-0472-72/+72 | * - perl -pi -e 's!Something bad is happening on your drive!Something bad is ↵Ahmad Samir2011-04-0472-72/+72 | | | | happening on your hard disk drive!' * - perl -pi -e 's!"Activate ethernet cards promiscuity check."!"Activate ↵Ahmad Samir2011-04-0472-72/+72 | | | | Ethernet cards promiscuity check."!' * - perl -pi -e 's!Posix!POSIX!'Ahmad Samir2011-04-0472-88/+88 | * - perl -pi -e 's!Hard drive!Hard disk drive!' (except install/steps_list.pm)Ahmad Samir2011-04-04216-439/+439 | * - perl -pi -e 's!need to reboot before the modification can take ↵Ahmad Samir2011-04-04