aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2017-07-03 17:08:21 +0100
committerMarc Zyngier <marc.zyngier@arm.com>2017-07-03 17:08:21 +0100
commit791e87253cf90765d39398749fdc64753a09589c (patch)
treefc5b730cad84d00874255c0885bb22f65873eef8
parent30552ae8b9681c2fdd1ab747efd4c18dd39df868 (diff)
downloadvminstall-791e87253cf90765d39398749fdc64753a09589c.tar.gz
preseed: Add non-free and contrib
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
-rw-r--r--preseed.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/preseed.cfg b/preseed.cfg
index 8162fa5..7137367 100644
--- a/preseed.cfg
+++ b/preseed.cfg
@@ -289,8 +289,8 @@ d-i partman/confirm_nooverwrite boolean true
### Apt setup
# You can choose to install non-free and contrib software.
-#d-i apt-setup/non-free boolean true
-#d-i apt-setup/contrib boolean true
+d-i apt-setup/non-free boolean true
+d-i apt-setup/contrib boolean true
# Uncomment this if you don't want to use a network mirror.
#d-i apt-setup/use_mirror boolean false
# Select which update services to use; define the mirrors to be used.