https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284795
Bug ID: 284795
Summary: -DNO_ROOT release builds produce broken cd9660 images
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
It should be possible to build a disc1 ISO image via
(cd release && make -DNO_ROOT disc1.iso)
The resulting image is bootable and is functional, but inspecting the contents
via tar (which includes read-only ISO9660 support) shows most files missing and
oddities like
drwx------ 18 0 0 4096 Feb 13 13:53 .
drwxr-xr-x 2 0 0 6144 Feb 13 13:53 bin
-r-xr-xr-x 6 0 0 0 Feb 13 13:53 bin/cat link to bin
-r-xr-xr-x 6 0 0 0 Feb 13 13:53 bin/chflags link to bin
-r-xr-xr-x 6 0 0 0 Feb 13 13:53 bin/chio link to bin
-r-xr-xr-x 6 0 0 0 Feb 13 13:53 bin/chmod link to bin
-r-xr-xr-x 6 0 0 0 Feb 13 13:53 bin/cp link to bin
-r-xr-xr-x 6 0 0 0 Feb 13 13:53 bin/cpuset link to bin
-r-xr-xr-x 2 0 0 455816 Feb 13 13:53 bin/csh
-r-xr-xr-x 2 0 0 0 Feb 13 13:53 bin/tcsh link to bin/csh
-r-xr-xr-x 5 0 0 20848 Feb 13 13:53 bin/date
jrtc27 reports this is the case also for an arbitrary late-2023 CheriBSD ISO
(so not a recent regression)
--
You are receiving this mail because:
You are the assignee for the bug.