diff options
Diffstat (limited to 'share/config/provision')
-rw-r--r-- | share/config/provision/tpc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/config/provision/tpc.conf b/share/config/provision/tpc.conf index 602bdfb..b0a6e74 100644 --- a/share/config/provision/tpc.conf +++ b/share/config/provision/tpc.conf @@ -10,7 +10,7 @@ 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="y" # Random swap? +random_swap="n" # Random swap? arch="amd64" # System arch version="wheezy" # Distro version grub="y" # Setup GRUB? |