In Fedora/RISC-V case kernel and bootloader (BBL - Berkeley Boot Loader)
are external to the image. The image only delivers rootfs. Thus our
kickstart has bootloader --location=none --disabled.
If user disabled bootloader:
- Allow user to pick partition layout (i.e. do not ignore it).
- Do not write GRUB Legacy config
The changes were successfully used for Fedora RISC-V (riscv64) disk
images.
In Fedora/RISC-V case kernel and bootloader (BBL - Berkeley Boot Loader)
are external to the image. The image only delivers rootfs. Thus our
kickstart has
bootloader --location=none --disabled.If user disabled bootloader:
- Allow user to pick partition layout (i.e. do not ignore it).
- Do not write GRUB Legacy config
The changes were successfully used for Fedora RISC-V (riscv64) disk
images.
Signed-off-by: David Abdurachmanov david.abdurachmanov@gmail.com