From e2f0e8ade313020476c71f2e66626af14aa6d237 Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Fri, 10 May 2024 19:55:49 -0400 Subject: [PATCH] fix input default --- Makefile.inputs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inputs b/Makefile.inputs index c08835c..51804c3 100644 --- a/Makefile.inputs +++ b/Makefile.inputs @@ -7,7 +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 := false +export IMAGE_SIGNED := true REPOS := $(subst :,\:,$(wildcard /etc/yum.repos.d/*.repo)) export ROOTFS_SIZE := 4 export VARIANT := Server @@ -22,4 +22,4 @@ export FLATPAK_DIR := # Secure boot export ENROLLMENT_PASSWORD := export SECURE_BOOT_KEY_URL := -export ISO_NAME := build/deploy.iso \ No newline at end of file +export ISO_NAME := build/deploy.iso