Searched hist:"1 ca8842f3ad9725863c9affc044d1974a51818a9" (Results 1 – 2 of 2) sorted by relevance
/freebsd/release/scripts/ |
H A D | mk-vmimage.sh | diff 1ca8842f3ad9725863c9affc044d1974a51818a9 Thu Feb 25 03:16:56 CET 2021 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Use makefs(8) in release VM-image generation instead of md(4) and newfs.
Using makefs instead reduces the privileges needed to build VM images, simplifies the script (no need to copy files to a fresh image at the end), and improves portability by allowing generation of cross-endian images. As a result of the last, this patch also adds support for generation of powerpc64 and powerpc64le VM images.
No other changes to the output. Tested and working for both amd64 and powerpc64 targets.
Reviewed by: gjb Differential Revision: https://reviews.freebsd.org/D28912
|
/freebsd/release/tools/ |
H A D | vmimage.subr | diff 1ca8842f3ad9725863c9affc044d1974a51818a9 Thu Feb 25 03:16:56 CET 2021 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Use makefs(8) in release VM-image generation instead of md(4) and newfs.
Using makefs instead reduces the privileges needed to build VM images, simplifies the script (no need to copy files to a fresh image at the end), and improves portability by allowing generation of cross-endian images. As a result of the last, this patch also adds support for generation of powerpc64 and powerpc64le VM images.
No other changes to the output. Tested and working for both amd64 and powerpc64 targets.
Reviewed by: gjb Differential Revision: https://reviews.freebsd.org/D28912
|