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 | |
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
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1f1f5d17e..957b19a92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ installation-guide (20150424) UNRELEASED; urgency=medium * Give to make-kpkg a "1.0.custom" revision instead of bogus "custom.1.0". Closes: #783613. + * Add an example preseed entry for setting up multi-arch. + Closes: #785165 . Thanks to Matthew Sweet for the patch. -- Samuel Thibault <sthibault@debian.org> Mon, 04 May 2015 00:13:28 +0200 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> |