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:
Marek Marczykowski-Górecki 2017-04-09 01:46:14 +02:00
parent 4e725c1506
commit 211f3a3638
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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: