Skip to content

Commit

Permalink
build: dont dist-upgrade to avoid kernel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Oct 7, 2018
1 parent 48ac238 commit 2ea43f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build-SD-rpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ea43f4

Please sign in to comment.