Re: [PATCH] kbuild/mkspec: fix grub2 installkernel issue

2016-02-26 Thread Michal Marek
On 2016-02-26 16:15, Jiri Kosina wrote: > mkspec is copying built kernel to temporrary location > > /boot/vmlinuz-$KERNELRELEASE-rpm > > and runs installkernel on it. This however directly leads to grub2 > menuentry for this suffixed binary being generated as well during the run > of inst

[PATCH] kbuild/mkspec: fix grub2 installkernel issue

2016-02-26 Thread Jiri Kosina
mkspec is copying built kernel to temporrary location /boot/vmlinuz-$KERNELRELEASE-rpm and runs installkernel on it. This however directly leads to grub2 menuentry for this suffixed binary being generated as well during the run of installkernel script. Later in the process the temporar