Date: Tue, 17 Jun 2025 06:48:30 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 287251] Failed to rebuild autoinstall ISO for freebsd-14.3-RC1-64bit with error: Failed adding duplicate name to parent Message-ID: <bug-287251-227-kRfeSHYHJd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-287251-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-287251-227-kRfeSHYHJd>
