Install kernel 4.18 from experimental (fixes the unreliable eth0)
This commit is contained in:
parent
79a32b324d
commit
bf61a9bcdc
|
@ -81,9 +81,11 @@ steps:
|
||||||
- chroot: root-fs
|
- chroot: root-fs
|
||||||
shell: |
|
shell: |
|
||||||
echo 'deb http://deb.debian.org/debian unstable main contrib non-free' >> /etc/apt/sources.list
|
echo 'deb http://deb.debian.org/debian unstable main contrib non-free' >> /etc/apt/sources.list
|
||||||
|
echo 'deb http://deb.debian.org/debian experimental main contrib non-free' >> /etc/apt/sources.list
|
||||||
echo 'APT::Default-Release "buster";' > /etc/apt/apt.conf.d/08default-release
|
echo 'APT::Default-Release "buster";' > /etc/apt/apt.conf.d/08default-release
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y --no-show-progress -t unstable install raspi3-firmware linux-image-arm64
|
apt-get -y --no-show-progress -t unstable install raspi3-firmware
|
||||||
|
apt-get -y --no-show-progress -t experimental install linux-image-4.18.0-rc5-arm64-unsigned
|
||||||
|
|
||||||
- shell: |
|
- shell: |
|
||||||
echo "rpi3" > "${ROOT?}/etc/hostname"
|
echo "rpi3" > "${ROOT?}/etc/hostname"
|
||||||
|
|
Loading…
Reference in New Issue