diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-06-28 21:37:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-06-28 21:37:10 -0300 |
commit | 8f07b9dbc5bd4a8c5bfd1deb8c9b10b4b2106eb9 (patch) | |
tree | 7797ff6f714ac1e87ff204ceb2c1e203c141ee02 | |
parent | 765c76ca234e42e12a90b4976b2f3c18bc994d2b (diff) | |
download | hydra-8f07b9dbc5bd4a8c5bfd1deb8c9b10b4b2106eb9.tar.gz hydra-8f07b9dbc5bd4a8c5bfd1deb8c9b10b4b2106eb9.tar.bz2 |
Feat: adds Debian trixie (2)
-rw-r--r-- | share/config/provision/nas.conf | 2 | ||||
-rw-r--r-- | share/config/provision/router.conf | 2 | ||||
-rw-r--r-- | share/config/provision/stick.conf | 2 | ||||
-rw-r--r-- | share/config/provision/tpc.conf | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/share/config/provision/nas.conf b/share/config/provision/nas.conf index 9184580..9bf683d 100644 --- a/share/config/provision/nas.conf +++ b/share/config/provision/nas.conf @@ -10,7 +10,7 @@ disable_zeroing="n" # Disable zeroing of lvm volumes? discards="y" # Enable discards on volumes? random_swap="y" # Random swap? arch="amd64" # System arch -version="bullseye" # Distro version +version="bookworm" # 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 8b05b4c..50f2695 100644 --- a/share/config/provision/router.conf +++ b/share/config/provision/router.conf @@ -10,7 +10,7 @@ disable_zeroing="n" # Disable zeroing of lvm volumes? discards="y" # Enable discards on volumes? random_swap="n" # Random swap? arch="amd64" # System arch -version="bullseye" # Distro version +version="bookworm" # 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 23366ee..7a95fc5 100644 --- a/share/config/provision/stick.conf +++ b/share/config/provision/stick.conf @@ -12,7 +12,7 @@ discards="n" # Enable discards on volumes? domain="example.org" # Domain #hostname="debian" # Hostname arch="amd64" # System arch -version="bullseye" # Distro version +version="bookworm" # 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 a640d23..4433cbf 100644 --- a/share/config/provision/tpc.conf +++ b/share/config/provision/tpc.conf @@ -14,7 +14,7 @@ disable_zeroing="n" # Disable zeroing of lvm volumes? discards="y" # Enable discards on volumes? random_swap="n" # Random swap? arch="amd64" # System arch -version="bullseye" # Distro version +version="bookworm" # Distro version grub="y" # Setup GRUB? boot_mode="uefi" # Boot mode? secure_boot="y" # Use SecureBoot? |