From 1bddde91e96c28dedcc60767b07a30102f95bc63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Tue, 28 Sep 2021 11:04:42 +0200 Subject: [PATCH] kali-linux-headless is the package depending on firmwares This is a temporary fix to be able to build fixed netinst images for 2021.3 but in the long term, we need to move the firmware dependencies to a dedicated package to avoid that kind of issue. Relates to #36. --- kali-config/common/package-lists/hardware-support.list.chroot | 2 +- kali-config/installer-netinst/packages | 4 ++-- 2 files changed, 3 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 be3df8c..0336140 100644 --- a/kali-config/common/package-lists/hardware-support.list.chroot +++ b/kali-config/common/package-lists/hardware-support.list.chroot @@ -1,5 +1,5 @@ ## -## Add extra firmware (kali-linux-core depends on firmware we wants, but +## 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 ## install those in the live image anyway since we have network access ## when we build the live ISO). diff --git a/kali-config/installer-netinst/packages b/kali-config/installer-netinst/packages index f36f70a..b1a1bb9 100644 --- a/kali-config/installer-netinst/packages +++ b/kali-config/installer-netinst/packages @@ -4,6 +4,6 @@ # This variant is not meant to be used with live-build but only with # simple-cdd and thus ./build.sh --installer --variant netinst -# We still put kali-linux-core just to ensure that simple-cdd's mirror +# We still put kali-linux-headless just to ensure that simple-cdd's mirror # contains the firmwares -kali-linux-core +kali-linux-headless