From d4eb37fc5f721f524d94dcf8ed363c822b8e1d99 Mon Sep 17 00:00:00 2001 From: Jason N <33561705+JasonN3@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:17:27 -0500 Subject: [PATCH] doc: copy variant description from action --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b489f0c..e5edc2c 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,12 @@ The following variables can be used to customize the create image. Tag of the source container image Default Value: *VERSION* - VARIANT - Source container variant - Silverblue + Source container variant + Source container variant. Available options can be found by running `dnf provides system-release`. Variant will be the third item in the package name. Example: `fedora-release-kinoite-39-34.noarch` will be kinonite + Default Value: Silverblue - WEB_UI Enable Anaconda WebUI - false + Default Value: false ## VSCode Dev Container There is a dev container configuration provided for development. By default it will use the existing container image available at `ghcr.io/ublue-os/isogenerator`, however, you can have it build a new image by editing `.devcontainer/devcontainer.json` and replacing `image` with `build`. `Ctrl+/` can be used to comment and uncomment blocks of code within VSCode. @@ -89,4 +90,4 @@ Build a new image "shutdownAction": "stopContainer", "privileged": true } -``` \ No newline at end of file +```