blob: 4433cbf7d5b03bb18d2fc40b3befac6abd8d13e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#
# Sample configuration for provisioning a Trusted Personal Computer (TPC)
# Uses full disk encryption and may use an external USB stick to boot.
#
interactive="n" # Interactive mode?
swap_size="16G" # Size of swap partition
root_size="-1" # Size of root partition
home_size="0" # Size of home partition
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="bookworm" # Distro version
grub="y" # Setup GRUB?
boot_mode="uefi" # Boot mode?
secure_boot="y" # Use SecureBoot?
uefi_update_nvram="y" # Set NVRAM boot variables for GRUB?
initramfs="initramfs-tools" # Initramfs
mirror="http://http.debian.net/debian/" # Debian mirror
ssh="n" # Install openssh-server?
|