aboutsummaryrefslogtreecommitdiff
path: root/share/config/provision/tpc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'share/config/provision/tpc.conf')
-rw-r--r--share/config/provision/tpc.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/config/provision/tpc.conf b/share/config/provision/tpc.conf
index b5d4f1b..602bdfb 100644
--- a/share/config/provision/tpc.conf
+++ b/share/config/provision/tpc.conf
@@ -4,10 +4,13 @@
#
interactive="n" # Interactive mode?
+swap_size="20G" # Size of swap 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?
-random_swap="n" # Random swap?
+random_swap="y" # Random swap?
arch="amd64" # System arch
version="wheezy" # Distro version
grub="y" # Setup GRUB?