[Bug 116931] lack of fsck_cd9660 prevents mounting iso images with mdconfig_md%d (with workaround)

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 22 Mar 2023 08:23:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=116931

Poul-Henning Kamp <phk@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phk@FreeBSD.org

--- Comment #7 from Poul-Henning Kamp <phk@FreeBSD.org> ---
Wouldn't it be relatively easy to implement a fsck_cd9660 with something like:

    #!/bin/sh
    tar tf $1 > /dev/null

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