[Bug 287251] Failed to rebuild autoinstall ISO for freebsd-14.3-RC1-64bit with error: Failed adding duplicate name to parent

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 17 Jun 2025 06:48:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287251

--- Comment #9 from Yanhui He <yanhui.he@broadcom.com> ---
(In reply to Ed Maste from comment #7)
Hi Ed,

Using "FreeBSD-14.3-RELEASE-amd64-disc1.iso" instead of
"FreeBSD-14.3-RELEASE-amd64-dvd1.iso" is OK.

Would you please add a test like below to test FreeBSD ISO files and make sure
the published ISO files can be opened by pycdlib?

#!/usr/bin/env python

import pycdlib
iso = pycdlib.PyCdlib(always_consistent=True)
src_iso = "FreeBSD-14.3-RELEASE-amd64-dvd1.iso"
iso.open(src_iso)
iso.close()

And now, I'll close this PR.

Thanks!
Yanhui

-- 
You are receiving this mail because:
You are the assignee for the bug.