diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 23:17:18 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 23:17:18 +0200 |
commit | 6c97398a5eb9832d20115f60d403af5a86bfdfcc (patch) | |
tree | 9da2eed06ad693c8dd398ae328b335d25a4b93ba /debian | |
parent | aba0d35606347ba9c6581ff98b3f95eb2a9ffebe (diff) |
Maximize glyph usage for chinese
* debian/local/runsystem: Pass -g option to the console to maximize glyph
usage for chinese.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/local/runsystem | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f7c398ac..3d60d260 100644 --- a/debian/changelog +++ b/debian/changelog @@ -49,6 +49,8 @@ hurd (20100701-1) unstable; urgency=low * debian/patches/console_ignore_bdf_err.patch: New patch to ignore erroneous number of glyphs in bdf files. * debian/rules: Remove debian/ChangeLog on clean. + * debian/local/runsystem: Pass -g option to the console to maximize glyph + usage for chinese. [ Guillem Jover ] * Update make-new-tarball.sh to exclude git instead of CVS paths. diff --git a/debian/local/runsystem b/debian/local/runsystem index eb7d8586..3897f850 100755 --- a/debian/local/runsystem +++ b/debian/local/runsystem @@ -14,7 +14,7 @@ sleep 1 touch /dev/tty1 echo -n "Starting the Hurd console..." -console -d vga -d pc_kbd -c /dev/vcs & +console -d vga -g -d pc_kbd -c /dev/vcs & sleep 1 # Switch over |