]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
riscv: allow building virtual machine images
authorMitchell Horne <mhorne@FreeBSD.org>
Tue, 8 Dec 2020 00:37:11 +0000 (00:37 +0000)
committerMitchell Horne <mhorne@FreeBSD.org>
Tue, 8 Dec 2020 00:37:11 +0000 (00:37 +0000)
commitd46a2a0013e1b0293d5c25c487f76a22b681072f
tree35a44faca8e84f073a0d36e775fe5a5cab5824d4
parent86635d499298956e08e9ac8edc4bd8cdfa5e4587
riscv: allow building virtual machine images

RISC-V has the same booting requirements as arm64 (loader.efi, no legacy
boot options), so generated images for both architectures have the same
partition layout.

Reviewed by: gjb
Differential Revision: https://reviews.freebsd.org/D27044
release/tools/vmimage.subr
tools/boot/install-boot.sh