PDA

View Full Version : Select all tools from Kali Linux Repositories



dflo16
2014-03-27, 23:49
Hello, when building the ISO of doom, the preseed.cfg file contains a line:

# Install a limited subset of tools from the Kali Linux repositories
d-i pkgsel/include string openssh-server openvas metasploit-framework metasploit

How would I go about including all of the tools that come with the standard download of Kali?

d-i pkgsel/include *
d-i pkgsel/include all

Or do I just leave this line out and it will grab all the repo's?
Not able to find this anywhere.

Thank you in advance for you help.

dookie
2014-03-28, 14:35
This line is where you decide what packages to install:

d-i pkgsel/include string openssh-server openvas metasploit-framework metasploit

You can edit that to include any other packages you want. I suggest you make use of the metapackages if you want to install everything. See the following blog post:

http://www.kali.org/news/kali-linux-metapackages/

dflo16
2014-03-30, 17:31
Thank you for your response.

What would the line look like in the preseed.cfg file to include all of the kali-linux-full packages? Or do I list each package individually after d-i pkgsel from the output of apt-cache show kali-linux-web |grep Depends?

Thank you.

dflo16
2014-03-30, 17:32
Or would it just look like this:

d-i pkgsel/include kali-linux-full

Thanks

dookie
2014-03-31, 14:55
You'll want something like d-i pkgsel/include string kali-linux-all