diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/local/runsystem | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0d15a9b1..ca51e306 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,9 @@ hurd (20121127-1) unstable; urgency=low flex, and bison build-dependencies. * New upstream patch patches/pfinet_local_port_range.patch to increase number of available local ports. - * hurd.install: Install all msgids, not only hurd.msgids. + * Fix g-i by putting console keyboard parameters before mouse parameters, + otherwise it seems the -c option gets lost. + * Install all msgids files, not only hurd.msgids. -- Samuel Thibault <sthibault@debian.org> Sat, 05 Jan 2013 22:30:06 +0000 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 |