diff options
| -rw-r--r-- | share/config/provision/nas.conf | 3 | ||||
| -rw-r--r-- | share/config/provision/router.conf | 3 | ||||
| -rw-r--r-- | share/config/provision/stick.conf | 3 | ||||
| -rw-r--r-- | share/config/provision/tpc.conf | 5 | 
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 | 
