The following commit has been merged in the master branch:
commit 472a9fb942980aca1f22e890275d9cfc6d5ba03d
Author: Samuel Thibault <[email protected]>
Date: Thu Dec 27 11:43:41 2012 +0100
Fix g-i startup
diff --git a/debian/changelog b/debian/changelog
index 28ed633..6249422 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ hurd (20121127-1~0) UNRELEASED; urgency=low
flex, and bison build-dependencies.
* New upstream patch patches/pfinet_local_port_range.patch to increase
number of available local ports.
+ * Fix g-i by putting console keyboard parameters before mouse parameters,
+ otherwise it seems the -c option gets lost.
-- Samuel Thibault <[email protected]> Sun, 15 Jul 2012 12:53:39 +0200
diff --git a/debian/local/runsystem b/debian/local/runsystem
index b35131a..a59ff71 100755
--- a/debian/local/runsystem
+++ b/debian/local/runsystem
@@ -63,7 +63,7 @@ then
. /etc/default/keyboard
[ -z "$XKBLAYOUT" ] || LAYOUT="--keymap $XKBLAYOUT"
fi
- console -d vga -g -d pc_mouse --repeat=mouse -d pc_kbd
--repeat=kbd $LAYOUT -c /dev/vcs &
+ console -d vga -g -d pc_kbd --repeat=kbd $LAYOUT -d pc_mouse
--repeat=mouse -c /dev/vcs &
echo $! > /var/run/hurd-console.pid
wait
echo
--
Debian GNU Hurd packaging