Make the installer more useful by allowing it to create a bootable
installation. RISC-V boots with UEFI only.
- Enable ZFS root install option
- Enable creation of bootable ESP
Differential D28180
bsdinstall: riscv platform tweaks mhorne on Jan 15 2021, 5:50 PM. Authored by Tags None Referenced Files
Subscribers
Details
Make the installer more useful by allowing it to create a bootable
Install and boot with a ZFS root filesystem.
Diff Detail
Event TimelineComment Actions Note that partedit_riscv.c is practically identical to partedit_arm64.c. We could merge the two, I'm just not sure what it ought to be called. Comment Actions Note, I only looked closely at the shell-based changes, considering partedit_riscv.c is identical to its amd64 counterpart. Comment Actions Thanks. I dropped the gpt only because there is nothing that precludes MBR from being allowed as well, other than we've chosen not to. Comment Actions Now tested on arm64 as well. If all seems good, I will commit and MFC to stable/13 before the branch. |