blob: 50f269525f17b2a50585fb6363c288616233ec96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Sample configuration for provisioning a router machine.
# The machine's disk is unencrypted.
#
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="bookworm" # Distro version
grub="y" # Setup GRUB?
initramfs="initramfs-tools" # Initramfs
mirror="http://http.debian.net/debian/" # Debian mirror
|