lorax-templates-qubes: do not limit to qubes kernels only
Upstream kernel packages works too. But in any case, it isn't place to choose it - if one want to have specific kernel version, need to configure appropriate repositories (including 'exclude' option).
This commit is contained in:
parent
4e725c1506
commit
211f3a3638
@ -39,7 +39,6 @@ install boot/memtest* ${BOOTDIR}/memtest
|
||||
mkdir ${KERNELDIR}
|
||||
<%
|
||||
sortedkernels = sorted(kernels, key=lambda k: LooseVersion(k['version']))
|
||||
sortedkernels = [ kernel for kernel in sortedkernels if 'qubes' in kernel.version ]
|
||||
%>
|
||||
|
||||
%for kernel in sortedkernels:
|
||||
|
Loading…
Reference in New Issue
Block a user