[PATCH] Restrict payload kernel versions to kernels in the payload (#1074358)

David Shea dshea at redhat.com
Wed Jan 21 16:18:29 UTC 2015


On 01/21/2015 11:16 AM, David Lehman wrote:
> On 01/20/2015 01:53 PM, David Shea wrote:
>> Remove the generic implementation of kernelVersionList from Payload.
>> Instead, have each payload return an iterable of the kernels that were
>> actually in the payload. Add a method to the packaging module to handle
>> version comparisons in the non-package payload types.
>>
>> Remove rescueKernelList, since the bootloader was the only thing to use
>> this, so the bootloader can look for resuce kernels on its own.
>
> So we'll still make initrds for all kernels on live install?

Yes. It'll just pull the list from the live payload instead of from 
/mnt/sysimage/boot, so if you reuse /boot for some reason it won't 
trample whatever you had in there.


More information about the anaconda-patches mailing list