Debian: update-kernels.conf: Prefer 586 over 486 in for 32 bit systems, as 486 is...
authorVagrant Cascadian <vagrant@debian.org>
Sat, 29 Nov 2014 19:08:02 +0000 (11:08 -0800)
committerVagrant Cascadian <vagrant@debian.org>
Tue, 31 Mar 2015 23:54:20 +0000 (00:54 +0100)
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0017-Debian-update-kernels.conf-Prefer-586-over-486-in-fo.patch

client/Debian/etc/ltsp/update-kernels.conf

index 164880ed8748aade3d05adb7f6cec75a2367c70c..c941b9434ceb7893e927848342ea288413f6eb56 100644 (file)
@@ -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"