From d696cf26e39966fb177317416833f8cc47cc10b6 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 27 Dec 2012 11:43:41 +0100 Subject: Fix g-i startup --- debian/changelog | 2 ++ debian/local/runsystem | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3