Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Commit

Permalink
Update kernel version to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
schu committed Jun 15, 2017
1 parent 864f493 commit 672539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder-config
Original file line number Diff line number Diff line change
Expand Up @@ -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"}"
Expand Down

0 comments on commit 672539b

Please sign in to comment.