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/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

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