The grubby rpms
- Shell 80.6%
- Roff 19.4%
When using systemd-boot with using /boot as XBOOTLDR partition then /boot will usually be formatted as fat, rather then ext4. This means that the ln -s commands to create the dtb symlink will fail. Modern boot setups with EFI -> grub -> kernel and a devicetree specified in the bls files do not need the dtb symlink. Fix the 10-devicetree.install failure when /boot is fat by silencing and ignoring the error. There already will be no dtb symlink (since no symlinks are possible) so not setting a dtb symlink should not cause any problems. Signed-off-by: Hans de Goede <johannes.goede@oss.qualcomm.com> |
||
|---|---|---|
| .gitignore | ||
| 10-devicetree.install | ||
| 95-kernel-hooks.install | ||
| COPYING | ||
| grubby-bls | ||
| grubby.8 | ||
| grubby.spec | ||
| kernel.sysconfig | ||