mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Update README.md
Former-commit-id: 12dd45d05a516f59a4c8b2224c887cb822b2a6fb Former-commit-id: 798830ac79d0ddcaa8c849eee157d0ca433e7867
This commit is contained in:
parent
e575ed9ed2
commit
f213ffd91c
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
|
## Running
|
||||||
|
|
||||||
Clone this repository with git clone --recursive, 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 .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 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.
|
* Add any extra software from the repository you wish to install to the config/software.list.chroot file.
|
||||||
|
|
Loading…
Reference in a new issue