Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #229 from hypriot/update-kernel-4980
Browse files Browse the repository at this point in the history
Update kernel 4.9.80
  • Loading branch information
StefanScherer authored Mar 27, 2018
2 parents ee278af + f43150d commit 7647206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion builder/files/var/lib/cloud/scripts/per-once/resize2fs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
set -ex
set -e

echo "Resizing root file system"

if ! [ -h /dev/disk/by-label/root ]; then
echo "/dev/disk/by-label/root does not exist or is not a symlink. Don't know how to expand"
Expand Down
2 changes: 1 addition & 1 deletion versions.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RAW_IMAGE_VERSION="v0.2.2"
RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1c2c6"

# specific versions of kernel/firmware and docker tools
export KERNEL_BUILD="20180321-214849"
export KERNEL_BUILD="20180327-070923"
# For testing a new kernel, use the CircleCI artifacts URL.
# export KERNEL_URL=https://62-32913687-gh.circle-artifacts.com/0/home/circleci/project/output/20180320-092128/raspberrypi-kernel_20180320-092128_armhf.deb
export KERNEL_VERSION="4.9.80"
Expand Down

0 comments on commit 7647206

Please sign in to comment.