aboutsummaryrefslogtreecommitdiff
path: root/share/config
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-24 17:33:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-24 17:33:48 -0300
commita6ef76fd3ae81297dc453f106fbe4d826dec8fa5 (patch)
tree10f4540d55974689bfa93a63ba3792d56d98484f /share/config
parente5349fdb8e1d22bce8d7e6d6e2e39574b6085e05 (diff)
downloadhydra-a6ef76fd3ae81297dc453f106fbe4d826dec8fa5.tar.gz
hydra-a6ef76fd3ae81297dc453f106fbe4d826dec8fa5.tar.bz2
Feat: provision: initial support for UEFI and SecureBoot
Diffstat (limited to 'share/config')
-rw-r--r--share/config/provision/tpc.conf3
1 files changed, 3 insertions, 0 deletions
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?