summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/local/runsystem2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 28ed6337..62494229 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 <sthibault@debian.org> Sun, 15 Jul 2012 12:53:39 +0200
diff --git a/debian/local/runsystem b/debian/local/runsystem
index b35131af..a59ff716 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