diff options
Diffstat (limited to 'share/config')
-rw-r--r-- | share/config/provision/nas.conf | 2 | ||||
-rw-r--r-- | share/config/provision/router.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/config/provision/nas.conf b/share/config/provision/nas.conf index cab4286..5916383 100644 --- a/share/config/provision/nas.conf +++ b/share/config/provision/nas.conf @@ -6,7 +6,7 @@ interactive="n" # Interactive mode? encrypt="y" # Encrypt volumes? garbage="y" # Pre-fill volumes with garbage? -disable_zeroing="y" # Disable zeroing of lvm volumes? +disable_zeroing="n" # Disable zeroing of lvm volumes? random_swap="y" # Random swap? arch="amd64" # System arch version="wheezy" # Distro version diff --git a/share/config/provision/router.conf b/share/config/provision/router.conf index 2eb24dd..f3b763a 100644 --- a/share/config/provision/router.conf +++ b/share/config/provision/router.conf @@ -6,7 +6,7 @@ interactive="n" # Interactive mode? encrypt="n" # Encrypt volumes? garbage="n" # Pre-fill volumes with garbage? -disable_zeroing="y" # Disable zeroing of lvm volumes? +disable_zeroing="n" # Disable zeroing of lvm volumes? random_swap="n" # Random swap? arch="amd64" # System arch version="wheezy" # Distro version |