https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267082
--- Comment #1 from [email protected] --- FreeBSD CURRENT has more checks (asserts) enabled than RELEASE, which may be the reason why the error manifests itself in 14-CURRENT but not in 13.1-RELEASE. The kernel panic happens BEFORE one can attempt to mount the filesystem. The kernel panic only happens when different cluster sizes are used in makefs and mkuzip (e.g., by using makefs -R and mkuzip -s with different values). By using the same cluster sizes in makefs and mkuzip (makefs -R and mkuzip -s with the same values), the kernel panic can be avoided. -- You are receiving this mail because: You are the assignee for the bug.
