diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-09 18:16:19 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-09 18:16:19 +0000 |
commit | 470aa28013177b9b8fb6a10fed41c62617afa558 (patch) | |
tree | b3ba55f65483d40298ce8deb9ff2d233310ff89a /fonts | |
parent | ffeef984d5b5c53cc81341780e4c50b0660fd28d (diff) | |
download | anaconda-470aa28013177b9b8fb6a10fed41c62617afa558.tar.gz anaconda-470aa28013177b9b8fb6a10fed41c62617afa558.tar.xz anaconda-470aa28013177b9b8fb6a10fed41c62617afa558.zip |
support deferring language load until second stage. This allows a user to set up Korean NFS and get Korean GUI (#50364)
Diffstat (limited to 'fonts')
-rwxr-xr-x | fonts/updfonts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fonts/updfonts b/fonts/updfonts index e7b597103..254b982c5 100755 --- a/fonts/updfonts +++ b/fonts/updfonts @@ -8,7 +8,7 @@ if [ -z "$ARCH" ]; then exit 1 fi -fontlist=`awk '{ print $4 }' < $LANGTABLE | grep -v "None" | sort -u` +fontlist=`awk '{ print $4 }' < $LANGTABLE | egrep -v "(None|Kon)" | sort -u` echo $fontlist |