summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorSteve McIntyre <93sam@debian.org>2015-05-13 11:32:55 +0000
committerSteve McIntyre <93sam@debian.org>2015-05-13 11:32:55 +0000
commit6c16a6e51e0ddc42129dbf30d2af4fd240505e12 (patch)
tree0e6292eda5416f29d524851ed8729a7f7e8554db /en/appendix
parentd6539bf9ce8c57ca0673d8770d50af4df5c58b99 (diff)
downloadinstallation-guide-6c16a6e51e0ddc42129dbf30d2af4fd240505e12.zip
Add an example preseed entry for setting up multi-arch
Closes: #785165 . Thanks to Matthew Sweet for the patch
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index cdfffa05d..ce7b732b9 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1371,6 +1371,10 @@ earlier questions. You can optionally add other (local) repositories.
# using a known gpg key. This setting can be used to disable that
# authentication. Warning: Insecure, not recommended.
#d-i debian-installer/allow_unauthenticated boolean true
+
+# Uncomment this to add multiarch configuration for i386
+#d-i apt-setup/multiarch string i386
+
</screen></informalexample>
</sect2>