aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2015-07-14 21:19:40 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2015-07-14 21:19:40 +0100
commit86be2f3252b18965e69d1033622d00fe14f1491f (patch)
treef8582f4d55bc149f7ebb9e2edd143d851b1a3c13
parent570fc4058acf84e2c204a4c6982839f675f60988 (diff)
Also update wily to linux-4.1
-rwxr-xr-xin-chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/in-chroot.sh b/in-chroot.sh
index 6ce02ad..4b0a3d9 100755
--- a/in-chroot.sh
+++ b/in-chroot.sh
@@ -8,7 +8,7 @@ type -p md5sum || apt-get install -y md5sum
DISTRO=$(lsb_release -cs)
-if [[ ${DISTRO} =~ (trusty|utopic|vivid) ]]; then
+if [[ ${DISTRO} =~ (trusty|utopic|vivid|wily) ]]; then
wget --progress=dot -e dotbytes=10M -O new-kernel.tar.bz2 http://people.linaro.org/~andrew.mcdermott/mustang-deploy/prebuilt-linux-4.1.0.tar.bz2
md5sum new-kernel.tar.bz2
tar -C / -xf new-kernel.tar.bz2