Package: debian-installer Severity: normal Tags: d-i patch Hello,
it seems that the recent upload of the 3.11 kernel broke daily builds on amd64, i386 and sparc. I'm attaching a patch to bump up KERNELVERSION which I believe fixes this. (Tested for amd64.) Cheers, Thiemo
>From fb1d9122cf228a9f083b34b8fb50e9a45e4bf529 Mon Sep 17 00:00:00 2001 From: Thiemo Nagel <thiemo.na...@gmail.com> Date: Tue, 15 Oct 2013 01:39:01 +0200 Subject: [PATCH] Bump up kernel version to 3.11 to fix daily build --- build/config/amd64.cfg | 2 +- build/config/i386.cfg | 2 +- build/config/sparc.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/config/amd64.cfg b/build/config/amd64.cfg index 51796ee..420a14b 100644 --- a/build/config/amd64.cfg +++ b/build/config/amd64.cfg @@ -2,7 +2,7 @@ MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-gtk netboot-xen hd-media MEDIUM_SUPPORTED_EXTRA = monolithic # The version of the kernel to use. -KERNELVERSION = 3.10-3-amd64 +KERNELVERSION = 3.11-1-amd64 KERNELMAJOR = 2.6 KERNEL_FLAVOUR = di KERNELNAME = vmlinuz diff --git a/build/config/i386.cfg b/build/config/i386.cfg index 7ff86cd..9cb5bd0 100644 --- a/build/config/i386.cfg +++ b/build/config/i386.cfg @@ -2,7 +2,7 @@ MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-gtk netboot-xen hd-media MEDIUM_SUPPORTED_EXTRA = monolithic # The version of the kernel to use. -BASEVERSION = 3.10-3 +BASEVERSION = 3.11-1 KERNELVERSION = $(BASEVERSION)-486 KERNELMAJOR = 2.6 KERNEL_FLAVOUR = di diff --git a/build/config/sparc.cfg b/build/config/sparc.cfg index 48b8dff..dc0d41c 100644 --- a/build/config/sparc.cfg +++ b/build/config/sparc.cfg @@ -3,7 +3,7 @@ MEDIUM_SUPPORTED = cdrom netboot miniiso VERSIONED_SYSTEM_MAP = t KERNELMAJOR = 2.6 -KERNELVERSION = 3.10-3-sparc64 +KERNELVERSION = 3.11-1-sparc64 KERNEL_FLAVOUR = di KERNELNAME = vmlinuz-${KERNELVERSION} -- 1.8.4.rc3