blob: b5d4f1bf23e2a9cc05a2efb53ee2952b95cdcb62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Sample configuration for provisioning a Trusted Personal Computer (TPC)
# User full disk encryption and may use an external USB stick to boot.
#
interactive="n" # Interactive mode?
encrypt="y" # Encrypt volumes?
garbage="n" # Pre-fill volumes with garbage?
disable_zeroing="n" # Disable zeroing of lvm volumes?
random_swap="n" # Random swap?
arch="amd64" # System arch
version="wheezy" # Distro version
grub="y" # Setup GRUB?
mirror="http://http.debian.net/debian/" # Debian mirror
|