diff --git a/README.md b/README.md index 49a3f70..e732147 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,35 @@ $ sudo image-builder build qcow2 --blueprint ./config.toml --distro centos-9 ... ``` +### Adding registrations + +Adding registrations/subscriptions to an image can be done at +build time via the `--registrations` command line option. When +using this option the resulting image will include the given +subscriptions/registrations in the resulting image. + +Currently the Red Hat subscription is supported, e.g. +```console +$ cat > registrations.json <