Install kernel and firmware from Buster
Kernel 4.18 and raspi3-firmware 1.20180619-1 are now included in Buster, so we no longer need to install those from unstable or experimental.
This commit is contained in:
parent
bf61a9bcdc
commit
0682611f0f
13
raspi3.yaml
13
raspi3.yaml
|
@ -74,19 +74,10 @@ steps:
|
||||||
- firmware-brcm80211
|
- firmware-brcm80211
|
||||||
- wireless-tools
|
- wireless-tools
|
||||||
- wpasupplicant
|
- wpasupplicant
|
||||||
|
- raspi3-firmware
|
||||||
|
- linux-image-arm64
|
||||||
fs-tag: root-fs
|
fs-tag: root-fs
|
||||||
|
|
||||||
# TODO: install raspi3-firmware and linux-image-arm64 from buster once they
|
|
||||||
# migrated in sufficiently recent versions.
|
|
||||||
- chroot: root-fs
|
|
||||||
shell: |
|
|
||||||
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
|
|
||||||
apt-get update
|
|
||||||
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