build: leave default raspbian kernel. It is similar to the one being updated.

This commit is contained in:
nachoparker 2018-03-04 12:56:16 +01:00
parent b346cbe89b
commit a076fb5675
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,7 @@
[v0.46.37](https://github.com/nextcloud/nextcloudpi/commit/1044dbb) (2018-03-03) nc-automount: fix dependencies
[v0.46.38](https://github.com/nextcloud/nextcloudpi/commit/1746a25) (2018-03-04) disable ncp user login
[v0.46.37](https://github.com/nextcloud/nextcloudpi/commit/fb32cf9) (2018-03-03) nc-automount: fix dependencies
[v0.46.36](https://github.com/nextcloud/nextcloudpi/commit/33fae1f) (2018-03-03) build: fix systemd dir not existing

View File

@ -35,10 +35,14 @@ install()
resize2fs /dev/sda2
apt-get update
sleep 30
apt-get upgrade -y
apt-get dist-upgrade -y
$APTINSTALL rpi-update
echo -e "y\n" | PRUNE_MODULES=1 rpi-update
# As of 03-2018, you dont get a big kernel update by doing
# this, so better be safe. Might uncomment again in the future
# $APTINSTALL rpi-update
echo -e "y\n" #| PRUNE_MODULES=1 rpi-update
fi
}