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 6ea2a3ce82
Add kali user to additional groups one by one
Up to now, it was fine to use a command such as:

    usermod -a -G group1,group2,... kali

However a limitation is that all the groups that are given to the option
-G must exist. If that's not the case, usermod fails (return code: 6)
without doing anything, and the user is not added to any group.

So with this commit, we prepare the code to support optional groups,
that might or might not exist. If ever a group does not exist, it's
skipped silently.
3 years ago
..
common Add kali user to additional groups one by one 3 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 Ensure presence of kali-linux-firmware on netinst image 4 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/package-lists Make consistent for desktop environment live images 4 years ago
variant-default Make the XFCE image the default one 5 years ago