From d6fadc55dc50158ab1881b7f9b0d4731a066edaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Thu, 12 Aug 2021 17:12:00 +0200 Subject: [PATCH] Add "everything" variant for the installer image It's easy to do but the resulting image is not so useful so we will likely not generate it. --- kali-config/installer-everything/packages | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 kali-config/installer-everything/packages diff --git a/kali-config/installer-everything/packages b/kali-config/installer-everything/packages new file mode 100644 index 0000000..5da4cbb --- /dev/null +++ b/kali-config/installer-everything/packages @@ -0,0 +1,19 @@ +# Installer image with kali-linux-everything + +# But that image is not really useful, see +# https://gitlab.com/kalilinux/internal/roadmap/-/issues/363#note_649803259 + +# Metapackages +# You can customize the set of Kali metapackages (groups of tools) available +# in the installer ISO. +# For the complete list see: https://tools.kali.org/kali-metapackages +kali-linux-core +kali-tools-top10 +kali-linux-default +kali-linux-large +kali-linux-everything + +# Graphical desktops +kali-desktop-xfce +kali-desktop-gnome +kali-desktop-kde