diff options
-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? |