From 02e46446d5968e1292f815a5a3457d687baaa8e9 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 18 Jan 2023 14:49:03 -0800 Subject: [PATCH] Add extact documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index caf7b55..bb68227 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ Lines starting with `@!` are treated as repliqate meta commands, these commands * `@!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 ` - 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