Results 1 to 5 of 5

Thread: Select all tools from Kali Linux Repositories

  1. #1
    Join Date
    2014-Mar
    Posts
    3

    Select all tools from Kali Linux Repositories

    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.

  2. #2
    Join Date
    2013-Feb
    Posts
    13
    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/

  3. #3
    Join Date
    2014-Mar
    Posts
    3
    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.

  4. #4
    Join Date
    2014-Mar
    Posts
    3
    Or would it just look like this:

    d-i pkgsel/include kali-linux-full

    Thanks

  5. #5
    Join Date
    2013-Feb
    Posts
    13
    You'll want something like d-i pkgsel/include string kali-linux-all

Similar Threads

  1. Bleeding Edge Repositories - Included Tools
    By g0tmi1k in forum Kali Linux General Questions
    Replies: 0
    Last Post: 2014-07-27, 13:11

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •