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 88e5ec963b
Favor os-release over debian_version, as it gives more details on the host OS
On a Debian unstable system, the file `/etc/debian_version` contains
only `11.0`, so the script `build.sh` gives me this kind of log:

    OS: 11.0

Not super informative. However the file `/usr/lib/os-release` provides
more details, and by using it we can get the following log:

    OS: Debian GNU/Linux 11 (bullseye)

For a Kali system:

    OS: Kali GNU/Linux 2021.2
4 years ago
auto Be verbose when deleting 4 years ago
kali-config Add the kali user to the adm group 4 years ago
simple-cdd Revert "Remove un-used default profile" 4 years ago
.getopt.sh Add --clean option 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 Favor os-release over debian_version, as it gives more details on the host OS 4 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.