[Bug 274312] gpart restore fails with "gpart: entries '4': Invalid argument"

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 07 Oct 2023 05:00:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274312

--- Comment #7 from Michael Dexter <editor@callfortesting.org> ---
The invocations that produced this images in
/usr/src/release/tools/vmimage.subr:

        ufs)
                makefs ${MAKEFSARGS} -o label=rootfs -o version=2 -o
softupdates
=1 \
                        ${VMBASE} ${DESTDIR}
                ;;
        zfs)
                makefs -t zfs ${MAKEFSARGS} \
                        -o poolname=zroot -o bootfs=zroot/ROOT/default -o
rootpa
th=/ \
                        -o fs=zroot\;mountpoint=none \
...

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