diff options
| author | Jeremy Katz <katzj@redhat.com> | 2005-02-28 17:58:10 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2005-02-28 17:58:10 +0000 |
| commit | b96ef78ebfbc3394efdc55fa71f78a18f063555c (patch) | |
| tree | 1e32a7823d5bde3e8ed564144afe9670d5fce631 /scripts | |
| parent | 5113b71f165fd0267b721bf9a01d0cb2f7f20f17 (diff) | |
2005-02-28 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot: More attempts at the bogl stuff.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 6e1e622a2..a13d0a7fe 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -175,7 +175,7 @@ PACKAGESGR="anaconda XFree86-libs libpng XFree86-75dpi-fonts fonts-xorg-ISO8859-2-75dpi fonts-xorg-ISO8859-15-75dpi fonts-xorg-ISO8859-9-75dpi fonts-xorg-100dpi fonts-xorg-KOI8-R fonts-xorg-KOI8-R-75dpi fonts-xorg-base - xorg-x11-base xorg-x11-ISO8859-15-75dpi + xorg-x11-base xorg-x11-ISO8859-15-75dpi bogl-bterm xorg-x11-libs-data xorg-x11-xfs prelink redhat-logos fedora-logos ttfonts-ta ttfonts-bn ttfonts-gu ttfonts-hi ttfonts-pa bogl-devel" @@ -940,7 +940,7 @@ echo "Creating bogl font..." OLDLANG=$LANG export LANG=en_US.UTF-8 zcat $DESTGR/usr/lib/bogl/font.bdf.gz > $DESTGR/usr/lib/bogl/font.bdf -(cat $DESTGR/usr/lib/anaconda-runtime/loader/unicode-linedraw-chars.txt ; find $DESTGR/usr/share/locale -name '*.mo' -exec msgunfmt {} \;) | $DESTGR/usr/bin/reduce-font $DESTGR/usr/lib/bogl/font.bdf > $DESTGR/usr/lib/anaconda-runtime/loader/font-reduced.bdf +(cat $DESTGR/usr/lib/anaconda-runtime/loader/unicode-linedraw-chars.txt ; find $DESTGR/usr/share/locale -name '*.mo' -exec msgunfmt {} \; | msguniq -t utf-8) | $DESTGR/usr/bin/reduce-font $DESTGR/usr/lib/bogl/font.bdf > $DESTGR/usr/lib/anaconda-runtime/loader/font-reduced.bdf $DESTGR/usr/bin/bdftobogl -b $DESTGR/usr/lib/anaconda-runtime/loader/font-reduced.bdf > $DESTGR/usr/lib/anaconda-runtime/loader/font.bgf rm -f $DESTGR/usr/lib/anaconda-runtime/loader/font-reduced.bdf $DESTGR/usr/lib/bogl/font.bdf $DESTGR/usr/bin/reduce-font $DESTGR/usr/bin/bdftobogl gzip -9 -f $DESTGR/usr/lib/anaconda-runtime/loader/font.bgf |
