summaryrefslogtreecommitdiffstats
path: root/fonts
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-18 22:24:51 +0000
committerMatt Wilson <msw@redhat.com>2001-07-18 22:24:51 +0000
commit5b0b138ecc8e9dd8529cfd0e49913b2637f6e692 (patch)
tree36cd89567b08650ac01aa5b59c81c97a08b9f15a /fonts
parentb3b39697007876a9a24662cdec5057a986a3695a (diff)
downloadanaconda-5b0b138ecc8e9dd8529cfd0e49913b2637f6e692.tar.gz
anaconda-5b0b138ecc8e9dd8529cfd0e49913b2637f6e692.tar.xz
anaconda-5b0b138ecc8e9dd8529cfd0e49913b2637f6e692.zip
move to new kbd font names (#46209) 
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fonts-alphabin6581 -> 6895 bytes
-rwxr-xr-xfonts/updfonts4
2 files changed, 2 insertions, 2 deletions
diff --git a/fonts/fonts-alpha b/fonts/fonts-alpha
index 116a41f50..057c8283d 100644
--- a/fonts/fonts-alpha
+++ b/fonts/fonts-alpha
Binary files differ
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