From e9d3becf4bc982a613f25e0ede0dc4a4c7864c07 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 24 May 2020 04:19:21 +0200 Subject: kernels: remove linux-libre-x86_64 This kernel has been replaced by linux-libre-64 in libre in an attempt to unify all 64bit kernels made for 32bit rootfs. This has been tested on a Lenovo Thinkpad X200 running a fully free version of Coreboot 4.9 (no microcode or other nonfree binaries). The only regresion that I noticed is that beside having the following line in /etc/mkinitcpio.conf: MODULES=(i915 netconsole) The i915 driver seem to be loaded late in the boot process as I can only see notice a resolution change about when the rootfs is mounted and that init is started. Signed-off-by: Denis 'GNUtoo' Carikli --- kernels/linux-libre-x86_64/linux-armv7h.preset | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 kernels/linux-libre-x86_64/linux-armv7h.preset (limited to 'kernels/linux-libre-x86_64/linux-armv7h.preset') diff --git a/kernels/linux-libre-x86_64/linux-armv7h.preset b/kernels/linux-libre-x86_64/linux-armv7h.preset deleted file mode 100644 index ca3832faa..000000000 --- a/kernels/linux-libre-x86_64/linux-armv7h.preset +++ /dev/null @@ -1,10 +0,0 @@ -# mkinitcpio preset file for the '%PKGBASE%' package - -ALL_config="/etc/mkinitcpio.conf" -ALL_kver="%KERNVER%" - -PRESETS=('default') - -#default_config="/etc/mkinitcpio.conf" -default_image="/boot/initramfs-%PKGBASE%.img" -#default_options="" -- cgit v1.2.3