diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-04-11 19:53:00 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-04-11 19:53:00 +0200 |
commit | 02d3a2aad31e681e6b9107968624807cae47500d (patch) | |
tree | 59c151e3fa7eb25d0c76c54591107a2ebec98b9b | |
parent | a9fffef0ce81e3584782168ef6dde8a77bd89cf3 (diff) |
Enable mouse and keyboard repeaters for g-i support
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/local/runsystem | 2 | ||||
-rwxr-xr-x | debian/local/setup-translators | 5 |
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 3f5d5d29..4f9fd419 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ hurd (20110319-3) UNRELEASED; urgency=low - Depend on gcc-4.5 instead of gcc-4.4. - Bump Standards-Version to 3.9.2 (no change needed) * debian/rules: Build with gcc-4.5. + * debian/local/runsystem, setup-translators: Enable mouse and keyboard + repeaters for g-i support. -- Samuel Thibault <sthibault@debian.org> Sun, 10 Apr 2011 20:42:45 +0200 diff --git a/debian/local/runsystem b/debian/local/runsystem index 0610d7c7..47c791d3 100755 --- a/debian/local/runsystem +++ b/debian/local/runsystem @@ -53,7 +53,7 @@ then touch /dev/tty1 echo -n "Starting the Hurd console..." - console -d vga -g -d pc_kbd -c /dev/vcs & + console -d vga -g -d pc_mouse --repeat=mouse -d pc_kbd --repeat=kbd -c /dev/vcs & sleep 1 # Switch over diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 348090ac..1ef5d696 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -141,9 +141,10 @@ else md ptyp md ptyq md lprX 0123 - st kbd 'symlink cons/kbd' kbd - st mouse 'symlink cons/mouse' mouse fi +st kbd 'symlink cons/kbd' kbd +st mouse 'symlink cons/mouse' mouse + echo . |