]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix: hydractl: provision: update default configs
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Jan 2022 15:01:22 +0000 (12:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Jan 2022 15:01:22 +0000 (12:01 -0300)
share/config/provision/nas.conf
share/config/provision/router.conf
share/config/provision/stick.conf
share/config/provision/tpc.conf

index fff4e700ecee7b48d7919b3283119aa255c43adc..91845804725f8e36ecca0bbfa5965e3cea2b0ff2 100644 (file)
@@ -7,9 +7,10 @@ interactive="n"                         # Interactive mode?
 encrypt="y"                             # Encrypt volumes?
 garbage="y"                             # Pre-fill volumes with garbage?
 disable_zeroing="n"                     # Disable zeroing of lvm volumes?
+discards="y"                            # Enable discards on volumes?
 random_swap="y"                         # Random swap?
 arch="amd64"                            # System arch
-version="stretch"                       # Distro version
+version="bullseye"                      # Distro version
 grub="n"                                # Setup GRUB?
 initramfs="initramfs-tools"             # Initramfs
 mirror="http://http.debian.net/debian/" # Debian mirror
index 96adace62cf9ce24479b9489e4e33439698e3a22..8b05b4ca1cede50ad0eb7bcc62daa5d22884111b 100644 (file)
@@ -7,9 +7,10 @@ interactive="n"                         # Interactive mode?
 encrypt="n"                             # 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
index 3224b6f66773788d901186ddf08e16155acff3d1..23366ee5867037df5e4f406eb7aaedc1e6d0e2b1 100644 (file)
@@ -8,10 +8,11 @@ swap_size="0"                           # Swap size
 root_size="-1"                          # Root size
 encrypt="n"                             # Encrypt volumes?
 disable_zeroing="n"                     # Disable zeroing of lvm volumes?
+discards="n"                            # Enable discards on volumes?
 domain="example.org"                    # Domain
 #hostname="debian"                      # Hostname
 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
index 308a1085cc0a0e6dd6bd3db44a37873d368123a2..e65762c96953a1932b0469d83181b11be1d42dd6 100644 (file)
@@ -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