clr-boot-manager icon indicating copy to clipboard operation
clr-boot-manager copied to clipboard

bootman: only do partitionless boot when the bootloader supports it

Open silkeh opened this issue 4 years ago • 0 comments

#174 restored support for partitionless /boot. However, this introduced issues when (for whatever reason) there is content in the /boot directory (instead of being empty) (see #175).

As partitionless boot is not an option for every bootloader, add a flag indication bootloader support. Bootloaders without partitionless support (and those on UEFI) will never try to use a partitionless /boot.

silkeh avatar Dec 30 '20 19:12 silkeh