lorax: drop multi-kernel support - no longer used in R3.1
This commit is contained in:
parent
930fbc776e
commit
969e2df914
@ -16,8 +16,6 @@ installpkg firstaidkit-plugin-{passwd,key-recovery,mdadm-conf}
|
||||
|
||||
## kernel and firmware
|
||||
installpkg kernel
|
||||
installpkg kernel-3.12* kernel-3.13* kernel-3.14* kernel-3.15* kernel-3.16*
|
||||
installpkg kernel-3.17* kernel-3.18* kernel-3.19* kernel-4.0* kernel-4.1.*
|
||||
%if basearch != "s390x":
|
||||
installpkg *-firmware
|
||||
installpkg b43-openfwwf
|
||||
|
@ -28,12 +28,6 @@ install ${configdir}/grub.conf ${BOOTDIR}
|
||||
install usr/share/anaconda/boot/syslinux-splash.png ${BOOTDIR}/splash.png
|
||||
install boot/memtest* ${BOOTDIR}/memtest
|
||||
|
||||
mkdir ${EXTRAKERNELS}
|
||||
# bypass "chroot" enforced by Lorax parser
|
||||
install ../../../../yum/qubes-dom0/rpm/kernel-[0-9]*rpm ${EXTRAKERNELS}
|
||||
# include kernels downloaded from Fedora repositories
|
||||
install ../../../../../../../../var/cache/pungi/fedora*/packages/kernel-[0-9]*rpm ${EXTRAKERNELS}
|
||||
|
||||
## install kernels
|
||||
mkdir ${KERNELDIR}
|
||||
<%
|
||||
@ -62,12 +56,6 @@ sortedkernels = sorted(kernels, key=lambda k: LooseVersion(k['version']))
|
||||
%endif
|
||||
installkernel images-alt-${shortkver} ${kernel.path} ${BOOTDIR}/vmlinuz-${shortkver}
|
||||
installinitrd images-alt-${shortkver} ${kernel.initrd.path} ${BOOTDIR}/initrd-${shortkver}.img
|
||||
replace '@EXTRAKERNELS@' 'label kernel-${kernel.version}\n\
|
||||
menu indent count 5\n\
|
||||
menu label ^Install @PRODUCT@ using ${kernel.version} kernel\n\
|
||||
kernel mboot.c32\n\
|
||||
append xen.gz --- vmlinuz-${shortkver} @ROOT@ quiet --- initrd-${shortkver}.img\n\
|
||||
@EXTRAKERNELS@' ${BOOTDIR}/isolinux.cfg
|
||||
|
||||
<% latestkver = kernel.version %>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user