Add extact documentation

This commit is contained in:
Sarah Jamie Lewis 2023-01-18 14:49:03 -08:00
parent dd8bf334ae
commit 02e46446d5
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ Lines starting with `@!` are treated as repliqate meta commands, these commands
* `@!check <filename> <sha512hash to check>` - executes a `sha512sum` command on the given file, checks the result against the given hash, and terminates the build on failure.
* `@!preserve` - repliqate will skip deleting temporary disk images at shutdown (see FAQ for more information)
* `@!setup-secondary` - repliqate will format and mount the secondary disk image at `/mount`
* `@!extract <filename>` - repliqate will extract the given file from the virtual machine and into the current working directory. `netcat` needs to be installed on the virtual machine for this to work (this can be done by adding `apt install -y --no-install-recommends netcat` to your build script (assuming you have also run `apt update` previously).
## FAQ