Make Kali Purple installer offline

The package exploitdb-papers was removed from kali-tools-identify in
src:kali-meta 2023.1.11, so there's no need to exclude it here anymore.

As a consequence, no need for the network during installation anymore.
master
Arnaud Rebillout 1 year ago
parent 9502b5ff80
commit 4561884cbe
No known key found for this signature in database
GPG Key ID: E725E87914600216

@ -327,8 +327,8 @@ case "$IMAGE_TYPE" in
auto_profiles="kali"
elif [ "$KALI_VARIANT" = "purple" ]; then
export DISKTYPE="BD"
profiles="kali kali-purple"
auto_profiles="kali kali-purple"
profiles="kali kali-purple offline"
auto_profiles="kali kali-purple offline"
export KERNEL_PARAMS="debian-installer/theme=Clearlooks-Purple"
else # plain installer
export DISKTYPE="BD"

@ -1,3 +0,0 @@
# Exclude big packages that are Recommended by defensive tools metapackages.
# Keep this list in sync with kali-meta/debian/control.
exploitdb-papers

@ -1,4 +0,0 @@
# Do use a network mirror, but do not upgrade, so that
# only missing packages are fetched.
d-i apt-setup/use_mirror boolean true
d-i pkgsel/upgrade select none
Loading…
Cancel
Save