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:
parent
54feb2e644
commit
0b58c42dfa
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ gconftool-2 --direct \
|
||||||
case `uname -m` in
|
case `uname -m` in
|
||||||
i?86|x86_64)
|
i?86|x86_64)
|
||||||
sed -i 's/DRIVER fbdev/DRIVER vesa/' /usr/share/hwdata/Cards
|
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
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue