summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2015-12-24 22:08:20 +0000
committerBen Hutchings <benh@debian.org>2015-12-24 22:08:20 +0000
commit795d0fcbfc574a2c78dfe779c371e4e83cec19cc (patch)
treeea1852269fccc60641b0b8c9bbd79c9248806169 /en/appendix
parent0153c31feb850648946d9666cae25ca42a403a52 (diff)
downloadinstallation-guide-795d0fcbfc574a2c78dfe779c371e4e83cec19cc.zip
Change i386 minimum processor from 586 to 686
We will stop supporting 586 processors in stretch, so update the i386 hardware requirements accordingly. Remove the note about the 586 flavour not supporting SMP. Both the remaining i386 kernel flavours do support it. As no 686 systems support VLB nor use ISA or EISA as the main bus, remove those from the list of busses. Change the preseed example to use the 686 kernel flavour.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index c80af7b19..4d14ba665 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1333,7 +1333,7 @@ installation. The only questions asked concern the installation of the kernel.
# The kernel image (meta) package to be installed; "none" can be used if no
# kernel is to be installed.
-#d-i base-installer/kernel/image string &kernelpackage;-586
+#d-i base-installer/kernel/image string &kernelpackage;-686
</screen></informalexample>
</sect2>