[Bug 1230002] systemd-boot and sdbootil missing from the DVD ISO
https://bugzilla.suse.com/show_bug.cgi?id=1230002 https://bugzilla.suse.com/show_bug.cgi?id=1230002#c4 --- Comment #4 from Stefan Hundhammer <shundhammer@suse.com> --- Please notice that YaST does request those packages to be installed: https://github.com/yast/yast-bootloader/blob/master/src/lib/bootloader/syste...
def packages res = super res << "sdbootutil" << "systemd-boot"
case Yast::Arch.architecture when "x86_64" res << "shim" if secure_boot else log.warn "Unknown architecture #{Yast::Arch.architecture} for systemdboot" end
res end
called from https://github.com/yast/yast-bootloader/blob/master/src/lib/bootloader/propo...
def update_required_packages bl = ::Bootloader::BootloaderFactory.current ... Yast::PackagesProposal.AddResolvables("yast2-bootloader", :package, bl.packages) end
which is what the installation proposal calls which you can see in the "installation summary" workflow step just before confirming and executing the installation. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com