Drop redundant rebuild-image flag

This commit is contained in:
Mikhail Chusavitin
2026-04-29 10:01:57 +03:00
parent 11d00b9442
commit d109e08fab
2 changed files with 4 additions and 10 deletions

View File

@@ -31,10 +31,10 @@ Build with explicit SSH keys baked into the ISO:
sh iso/builder/build-in-container.sh --authorized-keys ~/.ssh/id_ed25519.pub
```
Rebuild the builder image:
Force a clean rebuild of the builder image and build caches:
```sh
sh iso/builder/build-in-container.sh --rebuild-image
sh iso/builder/build-in-container.sh --clean-build
```
Use a custom cache directory: