Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Oct 2023 05:00:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274312] gpart restore fails with "gpart: entries '4': Invalid argument"
Message-ID:  <bug-274312-227-vAQH5xHyL2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274312-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274312-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274312

--- 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=3Drootfs -o version=3D2 -o
softupdates
=3D1 \
                        ${VMBASE} ${DESTDIR}
                ;;
        zfs)
                makefs -t zfs ${MAKEFSARGS} \
                        -o poolname=3Dzroot -o bootfs=3Dzroot/ROOT/default =
-o
rootpa
th=3D/ \
                        -o fs=3Dzroot\;mountpoint=3Dnone \
...

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274312-227-vAQH5xHyL2>