Add a patch for QEMU 9.2, fix debian bookworm QEMU build

This commit is contained in:
Vitaliy Filippov
2025-03-22 15:30:52 +03:00
parent 5030396f71
commit 4eafb55b5c
2 changed files with 173 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ RUN if [ "$REL" = "buster" -o "$REL" = "bullseye" -o "$REL" = "bookworm" ]; then
echo "deb http://deb.debian.org/debian $REL-backports main" >> /etc/apt/sources.list; \
echo >> /etc/apt/preferences; \
echo 'Package: *' >> /etc/apt/preferences; \
echo "Pin: release a=$REL-backports" >> /etc/apt/preferences; \
echo "Pin: release n=$REL-backports" >> /etc/apt/preferences; \
echo 'Pin-Priority: 500' >> /etc/apt/preferences; \
fi; \
grep '^deb ' /etc/apt/sources.list | perl -pe 's/^deb/deb-src/' >> /etc/apt/sources.list; \