Skip to content

Commit

Permalink
[debian] Temporary: Don't install xenmou driver
Browse files Browse the repository at this point in the history
The xenmou driver causes issues on Debian and Ubuntu
systems. Debian systems will boot without mouse
functionality and Ubuntu systems won't make it to the
login screen due to a dereferenced NULL pointer.

Note that this is a temporary bandaid and should be
fixed when possible.

OXT-1608

Signed-off-by: Nicholas Tsirakis <[email protected]>
  • Loading branch information
Nicholas Tsirakis committed Jul 24, 2019
1 parent 704c087 commit ea19daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/debian/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
cd `dirname $0`

VERSION=%VERSION%
DKMS_PACKAGES="openxt-vusb-dkms openxt-xenmou-dkms"
DKMS_PACKAGES="openxt-vusb-dkms"

DEBIAN_NAME=jessie
DEBIAN_VERSION=`cut -d '.' -f 1 /etc/debian_version 2>/dev/null || true`
Expand Down

0 comments on commit ea19daa

Please sign in to comment.