Skip to content

spec: make sure posttrans script doesn't fail if /boot is non-POSIX

The Boot Loader Specification recommends that UEFI systems mount the ESP at /boot. Since the ESP is commonly formatted with a non-POSIX file system, symbolic links should not be placed on /boot.

ref: https://uapi-group.org/specifications/specs/boot_loader_specification

Signed-off-by: Gregory Bartholomew gregory.lee.bartholomew@gmail.com

Merge request reports