lorax-templates-qubes: don't fail when no extra kernel is selected

It should be possible to build the ISO with just one kernel from
repository, instead of locally built.
pull/21/head mm_3a93e8a2
Marek Marczykowski-Górecki 6 years ago
parent ad42bdc95b
commit 3a93e8a2bb
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -37,7 +37,7 @@ install boot/memtest* ${BOOTDIR}/memtest
mkdir ${EXTRAKERNELS}
# bypass "chroot" enforced by Lorax parser
install ../../../../yum/qubes-dom0/rpm/kernel-qubes-vm-[0-9]*rpm ${EXTRAKERNELS}
-install ../../../../yum/qubes-dom0/rpm/kernel-qubes-vm-[0-9]*rpm ${EXTRAKERNELS}
## install kernels
mkdir ${KERNELDIR}

Loading…
Cancel
Save