@@ -179,7 +179,7 @@ function finalize_image_pi() {
179
179
180
180
function base_bootstrap() {
181
181
182
- $SUDO qemu-debootstrap --components=main,contrib,non-free --arch=arm64 " ${RELEASE} " " ${MOUNTPOINT} "
182
+ $SUDO qemu-debootstrap --components=main,contrib,non-free,non-free-firmware --arch=arm64 " ${RELEASE} " " ${MOUNTPOINT} "
183
183
184
184
# Make internet available from within the chroot, and setup fstab, hostname, and sources.list
185
185
@@ -193,16 +193,16 @@ function base_bootstrap() {
193
193
194
194
echo " debian-rpi64" | $SUDO tee " ${MOUNTPOINT} /etc/hostname"
195
195
196
- echo " deb http://deb.debian.org/debian/ ${RELEASE} main contrib non-free
197
- #deb-src http://deb.debian.org/debian/ ${RELEASE} main contrib non-free " | $SUDO tee -a " ${MOUNTPOINT} /etc/apt/sources.list"
196
+ echo " deb http://deb.debian.org/debian/ ${RELEASE} main contrib non-free non-free-firmware
197
+ #deb-src http://deb.debian.org/debian/ ${RELEASE} main contrib non-free non-free-firmware " | $SUDO tee -a " ${MOUNTPOINT} /etc/apt/sources.list"
198
198
199
199
if [[ ${RELEASE} == " stable" ]]; then
200
200
201
- echo " deb http://deb.debian.org/debian/ ${RELEASE} -updates main contrib non-free
202
- #deb-src http://deb.debian.org/debian/ ${RELEASE} -updates main contrib non-free
201
+ echo " deb http://deb.debian.org/debian/ ${RELEASE} -updates main contrib non-free non-free-firmware
202
+ #deb-src http://deb.debian.org/debian/ ${RELEASE} -updates main contrib non-free non-free-firmware
203
203
204
- deb http://deb.debian.org/debian-security ${RELEASE} -security main contrib non-free
205
- #deb-src http://deb.debian.org/debian-security ${RELEASE} -security main contrib non-free
204
+ deb http://deb.debian.org/debian-security ${RELEASE} -security main contrib non-free non-free-firmware
205
+ #deb-src http://deb.debian.org/debian-security ${RELEASE} -security main contrib non-free non-free-firmware
206
206
207
207
deb http://deb.debian.org/debian ${RELEASE} -backports main
208
208
#deb-src http://deb.debian.org/debian ${RELEASE} -backports main" | $SUDO tee -a " ${MOUNTPOINT} /etc/apt/sources.list"
0 commit comments