Josef Reidinger changed bug 1203549
What Removed Added
Flags needinfo?(jreidinger@suse.com)  

Comment # 6 on bug 1203549 from
(In reply to Michal Filka from comment #5)
> > bootloader/kexec.rb(copy_kernel):112 Copy kernel and initrd failed, output:
> > {"exit"=>1, "stderr"=>"/bin/cp: cannot stat '/mnt/boot/vmlinuz': No such
> > file or directory\n", "stdout"=>""}
> 
> it crashes because of
> https://github.com/yast/yast-bootloader/blob/master/src/lib/bootloader/kexec.
> rb#L112
> 
> @Josef
> 
> Can we make it soft failure.

I think it is already soft failure.
it returns false and this returns false
https://github.com/yast/yast-bootloader/blob/master/src/lib/bootloader/kexec.rb#L20
so it does not use kexec at which is sadly ignored, but should not cause any
harm
https://github.com/yast/yast-bootloader/blob/6b8b1680fa340aa5883ed3f1db813ca83b4c7126/src/lib/bootloader/finish_client.rb#L72

> 
> @Lubos
> Any reason why the kernel is missing?


You are receiving this mail because: