mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Merge pull request #6 from kforney/master
Fix bugs and apply temporary Parrot fix.
This commit is contained in:
commit
3d351437a2
2 changed files with 6 additions and 8 deletions
14
README.md
14
README.md
|
@ -14,14 +14,12 @@ When you're ready to build, run `sudo ./runme.sh` . Once it's complete, the fin
|
||||||
|
|
||||||
If you run the script without any options, it will build whichever OS you are currently running, and prompt for which desktop environment and repository you wish to use. If you wish, however, you can manually specify these options instead (for example, to script an image to be built nightly or weekly):
|
If you run the script without any options, it will build whichever OS you are currently running, and prompt for which desktop environment and repository you wish to use. If you wish, however, you can manually specify these options instead (for example, to script an image to be built nightly or weekly):
|
||||||
|
|
||||||
* -u
|
| Flag | Option | Description |
|
||||||
* Unattended mode (skip the menu, required for the other options to function)
|
| --- | --- | --- |
|
||||||
* -l
|
| -u | Unattended mode | Skip the menu (required for the other options to function) |
|
||||||
* Linux distribution you wish to build (can be either "Kali" or "Parrot")
|
| -l | Distribution | Can be either "Kali" or "Parrot" |
|
||||||
* -d
|
| -d | Desktop environment | Can be one of "cinnamon", "gnome", "kde", "lxde", "mate", or "xfce" |
|
||||||
* Desktop environment (can be one of "cinnamon", "gnome", "kde", "lxde", "mate", or "xfce")
|
| -r | Repository (optional) | Can be either "default" for the distribution's default repo, or an IP address |
|
||||||
* -r (optional)
|
|
||||||
* Repository (can be either "default" for the distribution's default repo, or an IP address)
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
`sudo ./runme.sh -u -l Kali -d mate -r 192.168.0.30`
|
`sudo ./runme.sh -u -l Kali -d mate -r 192.168.0.30`
|
||||||
|
|
BIN
debs/btrfs-tools_4.15.1-1build1_amd64.deb
Normal file
BIN
debs/btrfs-tools_4.15.1-1build1_amd64.deb
Normal file
Binary file not shown.
Loading…
Reference in a new issue