Reject rpi-4.9.y Linux tree

dev
Dave Crump 2017-02-21 10:16:51 +00:00 zatwierdzone przez GitHub
rodzic d612e61f37
commit 857fe67c2a
1 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -27,6 +27,19 @@ wget https://raw.githubusercontent.com/BritishAmateurTelevisionClub/rpidatv/mast
chmod +x install.sh
./install.sh
```
Note: As of 21 February 2017, you will get the question :
#############################################################
WARNING: This update bumps to rpi-4.9.y linux tree
Be aware there could be compatibility issues with some drivers
Discussion here:
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=167934
##############################################################
Would you like to proceed? (y/N)
Answer: N
We are working on some compatibiity issues to allow the new linux tree to be used.
- If your ISP is Virgin Media and you receive an error after entering the wget line: 'GnuTLS: A TLS fatal alert has been received.', it may be that your ISP is blocking access to GitHub. If (only if) you get this error with Virgin Media, paste the following command in, and press return.
```sh
sudo sed -i 's/^#name_servers.*/name_servers=8.8.8.8/' /etc/resolvconf.conf