mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-11 04:53:31 +00:00
Use Sid, instead of buster
This commit is contained in:
parent
6a51dedbf4
commit
822f75662d
@ -51,7 +51,7 @@ steps:
|
|||||||
# https://github.com/raspberrypi/firmware/issues/846
|
# https://github.com/raspberrypi/firmware/issues/846
|
||||||
# Also, this package contains a Raspberry Pi 3-specific firmware file
|
# Also, this package contains a Raspberry Pi 3-specific firmware file
|
||||||
# required by the WiFi driver.
|
# required by the WiFi driver.
|
||||||
- qemu-debootstrap: buster
|
- qemu-debootstrap: sid
|
||||||
mirror: http://deb.debian.org/debian
|
mirror: http://deb.debian.org/debian
|
||||||
target: /
|
target: /
|
||||||
arch: armel
|
arch: armel
|
||||||
@ -65,7 +65,7 @@ steps:
|
|||||||
# debootstrap is fixed
|
# debootstrap is fixed
|
||||||
- chroot: /
|
- chroot: /
|
||||||
shell: |
|
shell: |
|
||||||
echo 'deb http://deb.debian.org/debian buster main contrib non-free' > /etc/apt/sources.list
|
echo 'deb http://deb.debian.org/debian sid main contrib non-free' > /etc/apt/sources.list
|
||||||
apt-get update
|
apt-get update
|
||||||
unless: rootfs_unpacked
|
unless: rootfs_unpacked
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user