diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-01-24 17:33:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-01-24 17:33:48 -0300 |
commit | a6ef76fd3ae81297dc453f106fbe4d826dec8fa5 (patch) | |
tree | 10f4540d55974689bfa93a63ba3792d56d98484f /share/config/provision | |
parent | e5349fdb8e1d22bce8d7e6d6e2e39574b6085e05 (diff) | |
download | hydra-a6ef76fd3ae81297dc453f106fbe4d826dec8fa5.tar.gz hydra-a6ef76fd3ae81297dc453f106fbe4d826dec8fa5.tar.bz2 |
Feat: provision: initial support for UEFI and SecureBoot
Diffstat (limited to 'share/config/provision')
-rw-r--r-- | share/config/provision/tpc.conf | 3 |
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? |