From 795d0fcbfc574a2c78dfe779c371e4e83cec19cc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 24 Dec 2015 22:08:20 +0000 Subject: 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. --- en/appendix/preseed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'en/appendix/preseed.xml') 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 -- cgit v1.2.3