mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add flatpak test
This commit is contained in:
parent
d14ca6c503
commit
1b0319ae83
4 changed files with 52 additions and 20 deletions
23
README.md
23
README.md
|
|
@ -21,16 +21,19 @@ See [Customizing](#customizing) for information about customizing the ISO that g
|
|||
## Customizing
|
||||
The following variables can be used to customize the created ISO.
|
||||
|
||||
| Variable | Description | Default Value |
|
||||
| ----------------- | -------------------------------------------------------- | ------------------------------ |
|
||||
| ARCH | Architecture for image to build | x86_64 |
|
||||
| VERSION | Fedora version of installer to build | 39 |
|
||||
| IMAGE_REPO | Repository containing the source container image | quay.io/fedora-ostree-desktops |
|
||||
| IMAGE_NAME | Name of the source container image | base |
|
||||
| IMAGE_TAG | Tag of the source container image | *VERSION* |
|
||||
| EXTRA_BOOT_PARAMS | Extra params used by grub to boot the anaconda installer | \[empty\] |
|
||||
| VARIANT | Source container variant\* | Server |
|
||||
| WEB_UI | Enable Anaconda WebUI (experimental) | false |
|
||||
| Variable | Description | Default Value |
|
||||
| ------------------- | -------------------------------------------------------- | -------------------------------------------- |
|
||||
| ARCH | Architecture for image to build | x86_64 |
|
||||
| VERSION | Fedora version of installer to build | 39 |
|
||||
| IMAGE_REPO | Repository containing the source container image | quay.io/fedora-ostree-desktops |
|
||||
| IMAGE_NAME | Name of the source container image | base |
|
||||
| IMAGE_TAG | Tag of the source container image | *VERSION* |
|
||||
| EXTRA_BOOT_PARAMS | Extra params used by grub to boot the anaconda installer | \[empty\] |
|
||||
| VARIANT | Source container variant\* | Server |
|
||||
| WEB_UI | Enable Anaconda WebUI (experimental) | false |
|
||||
| FLATPAK_REMOTE_NAME | Name of the Flatpak repo | flathub |
|
||||
| FLATPAK_REMOTE_URL | URL to the flatpakrepo file | https://flathub.org/repo/flathub.flatpakrepo |
|
||||
| FLATPAK_REMOTE_REFS | Space delimited list of Flatpak package refs to install | \[empty\] |
|
||||
|
||||
Available options for VARIANT 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 kinoite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue