summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-18 13:51:40 +0100
committervarac <varacanero@zeromail.org>2016-01-18 13:51:40 +0100
commit11264a8b8768a6acec0bd1234d4d96624d5e53a4 (patch)
treec743ff75bbf79296fc87a8c04001f7d1070fd144
parent1ec36bd3e5caccebbcf0725a1144073f4ccf6e5a (diff)
minor enhancements in preseed file
-rw-r--r--http/preseed.cfg9
1 files changed, 4 insertions, 5 deletions
diff --git a/http/preseed.cfg b/http/preseed.cfg
index 3f25f74..de07cc1 100644
--- a/http/preseed.cfg
+++ b/http/preseed.cfg
@@ -33,7 +33,6 @@ d-i partman-basicfilesystems/no_swap boolean false
# Boot: 256MB
# Root: At least 4GB, will fill to the end of the disk
-# Var: 4GB
d-i partman-auto/expert_recipe string \
boot-root :: \
@@ -54,9 +53,9 @@ d-i partman-auto/expert_recipe string \
.
d-i base-installer/install-recommends boolean false
-d-i apt-setup/non-free boolean true
-d-i apt-setup/contrib boolean true
-d-i passwd/root-login boolean false
+d-i apt-setup/non-free boolean false
+d-i apt-setup/contrib boolean false
+d-i passwd/root-login boolean true
d-i pkgsel/include string openssh-server vim sudo
d-i pkgsel/install-language-support boolean false
@@ -64,7 +63,7 @@ d-i pkgsel/install-language-support boolean false
d-i pkgsel/upgrade select full-upgrade
# Timezone
-d-i time/zone string Australia/Melbourne
+d-i time/zone string Etc/UTC
popularity-contest popularity-contest/participate boolean false
tasksel tasksel/first multiselect minimal