mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Merge branch 'master' of https://github.com/kforney/pentest-distro-builder
Former-commit-id: f974a80f90f8747a3105ae43242b3ea31fcde225 Former-commit-id: 03ab6cb74b4bd63864ace210f682290d64c81353
This commit is contained in:
commit
7839d582f1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ This script automates the process of building the most common pentesting Linux d
|
|||
|
||||
## Running
|
||||
|
||||
Just clone the repository, then make whatever changes you wish to make.
|
||||
Clone this repository with `git clone --recursive`, then make whatever changes you wish to make.
|
||||
* Add any .deb files to the debs/ folder that you want installed into the image.
|
||||
* Add any files to the filesystem/ folder that you want on the final system.
|
||||
* Add any extra software from the repository you wish to install to the config/software.list.chroot file.
|
||||
|
|
Loading…
Reference in a new issue