diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-18 22:24:51 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-18 22:24:51 +0000 |
commit | 5b0b138ecc8e9dd8529cfd0e49913b2637f6e692 (patch) | |
tree | 36cd89567b08650ac01aa5b59c81c97a08b9f15a /fonts/updfonts | |
parent | b3b39697007876a9a24662cdec5057a986a3695a (diff) | |
download | anaconda-5b0b138ecc8e9dd8529cfd0e49913b2637f6e692.tar.gz anaconda-5b0b138ecc8e9dd8529cfd0e49913b2637f6e692.tar.xz anaconda-5b0b138ecc8e9dd8529cfd0e49913b2637f6e692.zip |
move to new kbd font names (#46209)
Diffstat (limited to 'fonts/updfonts')
-rwxr-xr-x | fonts/updfonts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/updfonts b/fonts/updfonts index e7b597103..27a6b26eb 100755 --- a/fonts/updfonts +++ b/fonts/updfonts @@ -25,11 +25,11 @@ for n in $fontlist; do echo -n " map " echo $map - consolechars --tty /dev/tty1 -f $map -m $n + setfont --tty=/dev/tty1 -f $map -u $n ../utils/snarffont > $TMPDIR/$n done -consolechars --tty /dev/tty1 -d +setfont --tty=/dev/tty1 (cd $TMPDIR > /dev/null; ls * | cpio -o -H crc) | gzip -9 > fonts-$ARCH |