From a6ef76fd3ae81297dc453f106fbe4d826dec8fa5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 24 Jan 2022 17:33:48 -0300 Subject: Feat: provision: initial support for UEFI and SecureBoot --- share/config/provision/tpc.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'share/config') diff --git a/share/config/provision/tpc.conf b/share/config/provision/tpc.conf index e65762c..a640d23 100644 --- a/share/config/provision/tpc.conf +++ b/share/config/provision/tpc.conf @@ -16,6 +16,9 @@ random_swap="n" # Random swap? arch="amd64" # System arch version="bullseye" # Distro version grub="y" # Setup GRUB? +boot_mode="uefi" # Boot mode? +secure_boot="y" # Use SecureBoot? +uefi_update_nvram="y" # Set NVRAM boot variables for GRUB? initramfs="initramfs-tools" # Initramfs mirror="http://http.debian.net/debian/" # Debian mirror ssh="n" # Install openssh-server? -- cgit v1.2.3