From 71357283944dd46f0cbc177d577f2d69a8b6e1e8 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 11 Jul 2025 21:23:39 -0400 Subject: [PATCH] Removed 'firmware-ipw2x00' package from installation list due to license agreement issues with 'mmdebstrap' --- partition.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partition.sh b/partition.sh index a5ccfa0..a0cf19d 100755 --- a/partition.sh +++ b/partition.sh @@ -442,7 +442,7 @@ elif [[ "${ID}" == 'debian' ]]; then --include=dpkg-dev \ --include=efibootmgr \ --include=ethtool \ - --include=firmware-{ast,atheros,bnx{2,2x},brcm80211,ipw2x00,iwlwifi,libertas,linux,realtek,zd1211} \ + --include=firmware-{ast,atheros,bnx{2,2x},brcm80211,iwlwifi,libertas,linux,realtek,zd1211} \ --include=flatpak \ --include=keyboard-configuration \ --include=linux-{headers,image}-amd64 \