You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kali-live-build/kali-config
Arnaud Rebillout 243700c73f
Enable Kali Purple installer theme
Other things that I tried, but that didn't work, below:

I tried adding the preseed to simple-cdd/profiles/kali-purple.preseed,
however that didn't work, I guess that this preseed file is loaded only
later during installation, and that at this point the GUI was already
loaded and it's too late to set the theme.

I also tried to do this in simple-cdd.conf:

  # Theming
  if echo " $profiles " | grep -q " kali-purple "; then
    export KERNEL_PARAMS="${KERNEL_PARAMS} debian-installer/theme=Clearlooks-Purple "
  fi

But it doesn't work, seemingly 'profiles' is not set when simple-cdd
loads the conf, and even though we build with the command:

    build-simple-cdd [...] --profiles "$profiles" [...]

Given the fact that uppercase variables are exported, and what we
actually want to change is KERNEL_PARAMS, it seems that the most
straightforward is just to preset it from build.sh.
2 years ago
..
common Add preseed for tripwire 2 years ago
installer-default Disable kali-linux-large in the installer image 3 years ago
installer-everything Drop comment about the installer-everything image 3 years ago
installer-netinst Add usr-is-merged to netinst 3 years ago
installer-purple Enable Kali Purple installer theme 2 years ago
variant-e17 Make consistent for desktop environment live images 4 years ago
variant-everything/package-lists Add the "everything" variant for the live image 4 years ago
variant-gnome/package-lists Make consistent for desktop environment live images 4 years ago
variant-i3wm/package-lists Make consistent for desktop environment live images 4 years ago
variant-kde/package-lists Make consistent for desktop environment live images 4 years ago
variant-large/package-lists Make consistent for desktop environment live images 4 years ago
variant-light/package-lists Make consistent for desktop environment live images 4 years ago
variant-lxde/package-lists Make consistent for desktop environment live images 4 years ago
variant-mate/package-lists Make consistent for desktop environment live images 4 years ago
variant-minimal Revert "Remove empty folders" 3 years ago
variant-xfce Add hook to remove bloat from xfce variant 3 years ago
variant-default Make the XFCE image the default one 6 years ago