From 7bb52e4991b135903e30d74439635c94f93ed592 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Fri, 17 Mar 2023 21:10:09 +0700 Subject: [PATCH] Make sure to include kali-linux-firmare As it's now installed in all cases by tasksel, so we must make sure it's there. This should fix: - https://gitlab.com/kalilinux/kali-purple/documentation/-/issues/8 - https://gitlab.com/kalilinux/kali-purple/documentation/-/issues/11 --- .../common/package-lists/hardware-support.list.chroot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kali-config/common/package-lists/hardware-support.list.chroot b/kali-config/common/package-lists/hardware-support.list.chroot index 0336140..55ddc2d 100644 --- a/kali-config/common/package-lists/hardware-support.list.chroot +++ b/kali-config/common/package-lists/hardware-support.list.chroot @@ -1,3 +1,8 @@ +## +## Add kali-linux-firmware, which depends on the most common firmware +## +kali-linux-firmware + ## ## Add extra firmware (kali-linux-headless depends on firmware we wants, but ## some can't be put there because they require network access... but we