diff options
author | Steve McIntyre <93sam@debian.org> | 2015-05-13 11:32:55 +0000 |
---|---|---|
committer | Steve McIntyre <93sam@debian.org> | 2015-05-13 11:32:55 +0000 |
commit | 6c16a6e51e0ddc42129dbf30d2af4fd240505e12 (patch) | |
tree | 0e6292eda5416f29d524851ed8729a7f7e8554db /en/appendix | |
parent | d6539bf9ce8c57ca0673d8770d50af4df5c58b99 (diff) | |
download | installation-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.xml | 4 |
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> |