Custom ISO Build

I am trying to find the live-build-config.git file for Parrot Sec OS. However almost all links pointing to it return 404 errors. I am looking to replictate these steps form Kail listed here: https://docs.kali.org/development/live-build-a-custom-kali-iso but I know I will need a live-build-config.git for Parrot Sec.

If wanted to build Custom iso
Here is very simple way

mkdir  NewBuild;cd NewBuild
lb configure architecture amd64 and another configure 

lb build

Wait You nay download from


All script i think uploaded
1 Like

Awesome thanks!

You want the Parrot-build stuff it’s on the dev portal and as a regular github repository.

this is the live-build wrapper and configs i use to build official parrot images

use the ./build.sh script to build your own, and change things in the templates folder to adjust it to your needs

https://nest.parrotsec.org/parrot-build/parrot-build

4 Likes