From d363d5536e79d0bbbbd2f68c254a63b4977674e1 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sat, 29 Nov 2014 11:08:02 -0800 Subject: [PATCH] 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 --- client/Debian/etc/ltsp/update-kernels.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2