From 2ea43f428b67d1ed6f4e622517d2b01000188541 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sun, 7 Oct 2018 14:11:59 -0600 Subject: build: dont dist-upgrade to avoid kernel bug --- build-SD-rpi.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build-SD-rpi.sh') diff --git a/build-SD-rpi.sh b/build-SD-rpi.sh index 2ef40a15..c4e923bb 100755 --- a/build-SD-rpi.sh +++ b/build-SD-rpi.sh @@ -45,8 +45,10 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ # update packages apt-get update - apt-get upgrade -y - apt-get dist-upgrade -y + + # As of 10-2018 this upgrades raspi-kernel and messes up wifi and BTRFS + #apt-get upgrade -y + #apt-get dist-upgrade -y # As of 03-2018, you dont get a big kernel update by doing # this, so better be safe. Might uncomment again in the future -- cgit v1.2.3