#4 Improve no-bootloader support
Closed by davidlt. Opened by davidlt.
davidlt/appliance-tools no-bootloader  into  master

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

This looks good to me, but was this tested to work fine for architectures where we have the bootloader internal to the image (for example x86_64)?

Also, could you please rebase on top of current master?

I'm nearing release of the next version of appliance-tools, to release the new Python 3 support. Can you please rebase this and make sure it works with current master on Python 3?

See: https://pagure.io/appliance-tools/pull-request/6

Pull-Request has been closed by davidlt

Metadata