Skip to content

Commit

Permalink
kernel: Update kernel to 4.9.54
Browse files Browse the repository at this point in the history
This update includes patches added in clearcontainers#110 and clearcontainers#133

Fixes: clearcontainers#143

Signed-off-by: Geronimo Orozco <[email protected]>
  • Loading branch information
gorozco1 committed Oct 10, 2017
1 parent 37a03cb commit a0091c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions kernel/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
linux-container (4.9.54-78) stable; urgency=medium

* Update kernel 4.9.54

-- Geronimo Orozco <[email protected]> Tue, 10 Oct 2017 09:29:00 -0500

linux-container (4.9.47-77) stable; urgency=medium

* Update kernel 4.9.47
Expand Down
2 changes: 1 addition & 1 deletion kernel/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77
78
2 changes: 1 addition & 1 deletion kernel/update_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo ${next_release} > release

if [ "${VERSION}" = "latest" ]
then
VERSION=$(curl -L -s -f ${KR_REL} | grep "${KR_LTS}" | grep version | cut -f 4 -d \")
VERSION=$(curl -L -s -f ${KR_REL} | grep "${KR_LTS}" | head -1 | grep version | cut -f 4 -d \")
fi

kernel_sha256=$(curl -L -s -f ${KR_SHA} | awk '/linux-'${VERSION}'.tar.xz/ {print $1}')
Expand Down

0 comments on commit a0091c5

Please sign in to comment.