mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
enable webui
This commit is contained in:
parent
3ea2bcb407
commit
d9e8d47537
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ IMAGE_TAG = $(VERSION)
|
||||||
VARIANT = Server
|
VARIANT = Server
|
||||||
WEB_UI = true
|
WEB_UI = true
|
||||||
REPOS = /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-updates.repo
|
REPOS = /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-updates.repo
|
||||||
ADDITIONAL_TEMPLATES = ""
|
ADDITIONAL_TEMPLATES =
|
||||||
ROOTFS_SIZE = 4
|
ROOTFS_SIZE = 4
|
||||||
|
|
||||||
# Generated vars
|
# Generated vars
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ inputs:
|
||||||
web_ui:
|
web_ui:
|
||||||
description: Enable Anaconda WebUI
|
description: Enable Anaconda WebUI
|
||||||
required: false
|
required: false
|
||||||
default: "false"
|
default: "true"
|
||||||
action_version:
|
action_version:
|
||||||
description: Version of the action container to run
|
description: Version of the action container to run
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue