Do some sed-fu on the console font if we're amd64/x86 for the dialog installer.

svn path=/trunk/; revision=285
This commit is contained in:
Chris Gianelloni 2007-03-13 15:46:44 +00:00
parent 54feb2e644
commit 0b58c42dfa

View file

@ -33,6 +33,9 @@ gconftool-2 --direct \
case `uname -m` in
i?86|x86_64)
sed -i 's/DRIVER fbdev/DRIVER vesa/' /usr/share/hwdata/Cards
sed -e 's/CONSOLEFONT="default8x16"/CONSOLEFONT="lat1-16"/' \
-e '/^#CONSOLETRANSLATION="8859-1_to_uni"/ s/^#//' \
-i /etc/conf.d/consolefont
;;
esac