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.
Go to file
Arnaud Rebillout dd2d78c7d6
get_user_list: output warning to stderr
The function get_user_list returns a list of users on stdout, so
obviously it can't use stdout to also display messages. Use stderr
instead.

Note that we could also silently skip if we find a directory in /home
that is not a user. Does it happen in practice?
3 years ago
auto Use wget in place of curl 4 years ago
kali-config get_user_list: output warning to stderr 3 years ago
simple-cdd Ensure speech-dispatcher recommendations are in the installer 3 years ago
.getopt.sh Add --help 4 years ago
.gitignore Ignore the images path, not only files below it 4 years ago
README.md Fix dead links 4 years ago
build.sh Add reference to debian-cd bug to remember to drop the hacks when possible 3 years ago
build_all.sh Rename script into ./build.sh 10 years ago

README.md

live-build configuration for Kali ISO images

Have a look at Live Build a Custom Kali ISO for explanations on how to use this repository.