aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-09 12:01:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-09 12:01:22 -0300
commit401a25387a6776545fdadef9e1bfe991bf59c6f7 (patch)
tree98cd8607c44a31354aa9e5b69806071bd0a2286f
parentfcdf39097149b5c351ae4787d54abf596dd23154 (diff)
downloadhydra-401a25387a6776545fdadef9e1bfe991bf59c6f7.tar.gz
hydra-401a25387a6776545fdadef9e1bfe991bf59c6f7.tar.bz2
Fix: hydractl: provision: update default configs
-rw-r--r--share/config/provision/nas.conf3
-rw-r--r--share/config/provision/router.conf3
-rw-r--r--share/config/provision/stick.conf3
-rw-r--r--share/config/provision/tpc.conf5
4 files changed, 9 insertions, 5 deletions
diff --git a/share/config/provision/nas.conf b/share/config/provision/nas.conf
index fff4e70..9184580 100644
--- a/share/config/provision/nas.conf
+++ b/share/config/provision/nas.conf
@@ -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
diff --git a/share/config/provision/router.conf b/share/config/provision/router.conf
index 96adace..8b05b4c 100644
--- a/share/config/provision/router.conf
+++ b/share/config/provision/router.conf
@@ -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
diff --git a/share/config/provision/stick.conf b/share/config/provision/stick.conf
index 3224b6f..23366ee 100644
--- a/share/config/provision/stick.conf
+++ b/share/config/provision/stick.conf
@@ -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
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