https://bugzilla.suse.com/show_bug.cgi?id=1208117 Bug ID: 1208117 Summary: Teach kernel-scriptlets/rpm-script about systemd-boot Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: screening-team-bugs@suse.de Reporter: fbui@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- rpm-script shell script has: run_bootloader () { if [ -f /etc/sysconfig/bootloader ] && [ -f /boot/grub/menu.lst -o \ -f /etc/lilo.conf -o \ -f /etc/elilo.conf -o \ -f /etc/zipl.conf -o \ -f /etc/default/grub ] then return 0 else return 1 fi } If we want to support systemd-boot as bootloader, the hard-coded list of bootloader config files needs to be updated. However at a first glance it would have been better if `run_bootloader()` didn't make any assumption on the supported bootloaders and let /usr/lib/bootloader/bootloader_entry figure out itself what to do with the current installation. -- You are receiving this mail because: You are on the CC list for the bug.