Results 1 to 2 of 2

Thread: Adding External packages to Live build ISO

  1. #1

    Adding External packages to Live build ISO

    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?

  2. #2
    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

Similar Threads

  1. Replies: 5
    Last Post: 2017-09-22, 18:08
  2. Adding Custom .DEB Packages, Dependencies
    By fataardvark in forum Building Archive
    Replies: 5
    Last Post: 2014-03-13, 15:45
  3. Adding menu items to custom ISO (live-build)
    By jackal713 in forum Building Archive
    Replies: 2
    Last Post: 2014-03-10, 17:28

Posting Permissions

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