https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287251
--- Comment #9 from Yanhui He <[email protected]> --- (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.
