docs: clarify builder output wording

This commit is contained in:
Carlos Polop
2026-03-19 21:55:57 +01:00
parent 1da88f176e
commit 3c1b602f7a

View File

@@ -4,7 +4,7 @@ You can **build you own linpeas which will contain only the checks you want**. T
## Quick start building linpeas.sh ## Quick start building linpeas.sh
It's possible to indicate the params `--all`, `--all-no-fat` and `--small` to build the classic `linpeas_fat.sh`, `linpeas.sh` and `linpeas_small.sh`: It's possible to indicate the params `--all`, `--all-no-fat` and `--small` to build the classic `linpeas_fat.sh`, `linpeas.sh` and `linpeas_small.sh` outputs:
- When testing builder changes locally, prefer writing the output to `/tmp` so you don't overwrite tracked release artifacts by accident. - When testing builder changes locally, prefer writing the output to `/tmp` so you don't overwrite tracked release artifacts by accident.
- **linpeas_fat.sh**: Contains all checks, even third party applications in base64 embedded. - **linpeas_fat.sh**: Contains all checks, even third party applications in base64 embedded.