mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Add support for unsigned container images (#118)
This commit is contained in:
parent
383427c619
commit
e0e4de8f9a
6 changed files with 24 additions and 6 deletions
|
|
@ -7,6 +7,7 @@ export EXTRA_BOOT_PARAMS :=
|
|||
export IMAGE_NAME := base
|
||||
export IMAGE_REPO := quay.io/fedora-ostree-desktops
|
||||
export IMAGE_TAG = $(VERSION)
|
||||
export IMAGE_SIGNED := true
|
||||
REPOS := $(subst :,\:,$(wildcard /etc/yum.repos.d/*.repo))
|
||||
export ROOTFS_SIZE := 4
|
||||
export VARIANT := Server
|
||||
|
|
@ -21,4 +22,4 @@ export FLATPAK_DIR :=
|
|||
# Secure boot
|
||||
export ENROLLMENT_PASSWORD :=
|
||||
export SECURE_BOOT_KEY_URL :=
|
||||
export ISO_NAME := build/deploy.iso
|
||||
export ISO_NAME := build/deploy.iso
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue