diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-19 15:47:40 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-19 15:47:40 +0000 |
commit | 62ebb22f42a657ade4e788d91360d3849aa63f77 (patch) | |
tree | fb67e8d78c0e3859e8b3d37f9c3a2d39e59c8d82 /fonts/updfonts | |
parent | 684e134a5babfb338b6536448e4bdde52b6ac4e6 (diff) | |
download | anaconda-62ebb22f42a657ade4e788d91360d3849aa63f77.tar.gz anaconda-62ebb22f42a657ade4e788d91360d3849aa63f77.tar.xz anaconda-62ebb22f42a657ade4e788d91360d3849aa63f77.zip |
revert
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 27a6b26eb..e7b597103 100755 --- a/fonts/updfonts +++ b/fonts/updfonts @@ -25,11 +25,11 @@ for n in $fontlist; do echo -n " map " echo $map - setfont --tty=/dev/tty1 -f $map -u $n + consolechars --tty /dev/tty1 -f $map -m $n ../utils/snarffont > $TMPDIR/$n done -setfont --tty=/dev/tty1 +consolechars --tty /dev/tty1 -d (cd $TMPDIR > /dev/null; ls * | cpio -o -H crc) | gzip -9 > fonts-$ARCH |