From 401a25387a6776545fdadef9e1bfe991bf59c6f7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Jan 2022 12:01:22 -0300 Subject: Fix: hydractl: provision: update default configs --- share/config/provision/tpc.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share/config/provision/tpc.conf') diff --git a/share/config/provision/tpc.conf b/share/config/provision/tpc.conf index 308a108..e65762c 100644 --- a/share/config/provision/tpc.conf +++ b/share/config/provision/tpc.conf @@ -1,6 +1,6 @@ # # Sample configuration for provisioning a Trusted Personal Computer (TPC) -# User full disk encryption and may use an external USB stick to boot. +# Uses full disk encryption and may use an external USB stick to boot. # interactive="n" # Interactive mode? @@ -11,9 +11,10 @@ var_size="0" # Size of var partition encrypt="y" # Encrypt volumes? garbage="n" # Pre-fill volumes with garbage? disable_zeroing="n" # Disable zeroing of lvm volumes? +discards="y" # Enable discards on volumes? random_swap="n" # Random swap? arch="amd64" # System arch -version="stretch" # Distro version +version="bullseye" # Distro version grub="y" # Setup GRUB? initramfs="initramfs-tools" # Initramfs mirror="http://http.debian.net/debian/" # Debian mirror -- cgit v1.2.3