commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20090404


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20090404.1-1-85-g790cbc7
Date: Sun, 01 Aug 2010 21:17:49 +0000

The following commit has been merged in the master branch:
commit 790cbc7a402f073ceb00df6b74891ec4c41df0d9
Author: Samuel Thibault <address@hidden>
Date:   Sun Aug 1 23:17:18 2010 +0200

    Maximize glyph usage for chinese
    
      * debian/local/runsystem: Pass -g option to the console to maximize glyph
        usage for chinese.

diff --git a/debian/changelog b/debian/changelog
index f7c398a..3d60d26 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 eb7d858..3897f85 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

-- 
Debian GNU Hurd packaging



reply via email to

[Prev in Thread] Current Thread [Next in Thread]