From 5667da24fc24823a2cc2a109e51718590c562870 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Thu, 12 Aug 2021 16:39:14 +0700 Subject: [PATCH] Also install xserver-xorg-input-all explicitly For the complete explanation, refer to: https://gitlab.com/kalilinux/build-scripts/live-build-config/-/issues/32 --- .../common/package-lists/hardware-support.list.chroot | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kali-config/common/package-lists/hardware-support.list.chroot b/kali-config/common/package-lists/hardware-support.list.chroot index f25e7f7..87db2ce 100644 --- a/kali-config/common/package-lists/hardware-support.list.chroot +++ b/kali-config/common/package-lists/hardware-support.list.chroot @@ -10,10 +10,12 @@ firmware-b43-installer #endif ## -## Make sure we install as many video drivers as we can. Note that -## this package needs to be explicitly listed if we want to be sure that -## it's installed. Installing xserver-xorg is not enough to make sure, +## Make sure we install as many input/video drivers as we can. Note that +## these packages need to be explicitly listed if we want to be sure that +## they're installed. Installing xserver-xorg is not enough to make sure, ## due to its dependencies, defined as such: +## * xserver-xorg-input-all | xorg-driver-input ## * xserver-xorg-video-all | xorg-driver-video ## +xserver-xorg-input-all xserver-xorg-video-all