Forked from: https://gitlab.com/kalilinux/build-scripts/live-build-config.git
justAn0th3r Kali!
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.
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 | |
---|---|---|
auto | 4 years ago | |
kali-config | 3 years ago | |
simple-cdd | 3 years ago | |
.getopt.sh | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
build.sh | 3 years ago | |
build_all.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.