summaryrefslogtreecommitdiff
path: root/debian/local
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-01-05 22:35:56 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-01-05 22:35:56 +0000
commit386c193824117a45277b46288f3676c5cf5bbac1 (patch)
treed265c6e953d74baf91bb9c8caa404b975e75007a /debian/local
parentf52bc137d2f91b7ebc06110263a6e85509aea4a6 (diff)
parentfcf5ba9e5c3c10ef1e0c31580f8a00a2c3b1cd6f (diff)
Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurd
Conflicts: debian/changelog
Diffstat (limited to 'debian/local')
-rwxr-xr-xdebian/local/runsystem2
1 files changed, 1 insertions, 1 deletions
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