mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ci: container: install isoinfo package into container
@ 2026-02-09 15:28 Ahmad Fatoum
  2026-02-10  8:57 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2026-02-09 15:28 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

OS installation images are often distributed as ISOs, but barebox has no
ISO file system support. This is currently not needed as Grub has isofs
support and barebox just looks at the GPT parts of the hybrid image,
which references only grub.

However, this isn't enough when we need to reference the kernel boot
artifacts from ISO images in upcoming changes to the test suite, so prepare
for that by including genisoimage into the test suite

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 test/Containerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Containerfile b/test/Containerfile
index 196000ce1c8e..8b0c37a6b20a 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -21,6 +21,7 @@ RUN apt-get update && apt-get upgrade && apt-get install -y --no-install-recomme
 	libc6-i386 \
 	libgit2-dev \
 	libguestfs-tools \
+	genisoimage \
 	lz4 \
 	librsvg2-bin \
 	libseccomp-dev \
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-10  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-09 15:28 [PATCH] ci: container: install isoinfo package into container Ahmad Fatoum
2026-02-10  8:57 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox