PDA

View Full Version : Adding External packages to Live build ISO



live4therisk
2019-07-27, 18:18
Hi,

I want to have Nessus installed in a custom ISO, and found a thread that talks about it, but doesnt answer the question.

It mentions to add the nessus .deb file (not part of kali repository) to this path config/packages.chroot in the live build config scripts.

But, that file is only generated after ./build.sh is run

Anyway to properly create an ISO with an external package that gets installed at build time?

live4therisk
2019-07-30, 17:31
I found this resource that talks about this:

https://docs.kali.org/kali-dojo/02-mastering-live-build

This is the part that I was missing and will need to test

mkdir kali-config/common/packages.chroot
mv Nessus-*amd64.deb kali-config/common/packages.chroot/


To make a directory called packages.chroot and put any .deb files in that you want

And it will be included in final build