From 672539b9233df9d06c4de15003312a2a949df353 Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Thu, 15 Jun 2017 14:20:07 +0200 Subject: [PATCH] Update kernel version to latest stable --- builder-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder-config b/builder-config index 1d5dd9d..3f79acf 100644 --- a/builder-config +++ b/builder-config @@ -8,7 +8,7 @@ readonly DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" S1B_OUT_DIR="${S1B_OUT_DIR:-${DIR}/aci-files}" # The kernel version to build and include -S1B_KERNEL_VERSION="${S1B_KERNEL_VERSION:-"4.9.6"}" +S1B_KERNEL_VERSION="${S1B_KERNEL_VERSION:-"4.11.5"}" # The upstream stage1 kvm to set as dependency S1B_UPSTREAM_STAGE1_KVM_VERSION="${S1B_UPSTREAM_STAGE1_KVM_VERSION:-"1.26.0"}"