Merge pull request #44 from praseodym/kernel-and-firmware-from-buster

Install kernel and firmware from Buster
This commit is contained in:
Gunnar Wolf 2018-11-26 13:00:30 -06:00 committed by GitHub
commit bb2907474a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 11 deletions

View File

@ -74,19 +74,10 @@ steps:
- firmware-brcm80211
- wireless-tools
- wpasupplicant
- raspi3-firmware
- linux-image-arm64
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: |
echo "rpi3" > "${ROOT?}/etc/hostname"