Some notes:
- Is based on Debian Testing.
Build an own Kali ISO image
apt install curl git live-build
git clone https://gitlab.com/kalilinux/build-scripts/live-build-config.git
cd live-build-config
...
./build.sh --verbose
This will create a custom ISO.
- Files can be added via kali-config/common/includes.chroot. This is the root directory of the installed system.
- Scripts can be added in the chroot in lib/live/config. All (executable!) scripts in this directory will be executed by init during installation.
Leave a Reply
You must be logged in to post a comment.