From: Vagrant Cascadian Date: Sat, 29 Nov 2014 19:08:02 +0000 (-0800) Subject: Debian: update-kernels.conf: Prefer 586 over 486 in for 32 bit systems, as 486 is... X-Git-Tag: archive/raspbian/5.18.12-1+rpi1^2~1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d363d5536e79d0bbbbd2f68c254a63b4977674e1;p=ltsp.git Debian: update-kernels.conf: Prefer 586 over 486 in for 32 bit systems, as 486 is no longer shipped in Jessie. Gbp-Pq: Topic upstream Gbp-Pq: Name 0017-Debian-update-kernels.conf-Prefer-586-over-486-in-fo.patch --- diff --git a/client/Debian/etc/ltsp/update-kernels.conf b/client/Debian/etc/ltsp/update-kernels.conf index 164880e..c941b94 100644 --- a/client/Debian/etc/ltsp/update-kernels.conf +++ b/client/Debian/etc/ltsp/update-kernels.conf @@ -44,7 +44,7 @@ LIST_KERNELS_64="amd64" # Variants that are supported by PAE capable CPUs LIST_KERNELS_PAE="686-pae 686-bigmem 686" # Variants that are widely supported (i.e. 32-bit CPUs) -LIST_KERNELS_32="486 686" +LIST_KERNELS_32="586 486 686" # Preferred default kernel order #LIST_KERNELS_DEFAULT="486-custom 686-custom"