https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244470

--- Comment #23 from Kirk McKusick <[email protected]> ---
(In reply to lbfoo from comment #22)
To expand on my previous comment, the way to get an updated copy of dump for
the amd64 architecture is as follows:

fetch
https://download.freebsd.org/ftp/snapshots/VM-IMAGES/13.0-STABLE/amd64/Latest/FreeBSD-13.0-STABLE-amd64.raw.xz

unxz FreeBSD-13.0-STABLE-amd64.raw.xz

mdconfig -a -u 10 -t vnode -f FreeBSD-13.0-STABLE-amd64.raw

mount /dev/md10p4 /mnt

cp /mnt/sbin/dump /sbin/dump

umount /mnt

mdconfig -d -u 10

rm FreeBSD-13.0-STABLE-amd64.raw

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

Reply via email to