Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/linux-pae/linux.preset
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-02 15:40:04 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-02 15:40:04 +0200
commited713ec92210ebf74b3fd4555812f72c2c853b69 (patch)
tree10ec1404c35200dcbcf8b03382a492eda02f5d0f /extra/linux-pae/linux.preset
parent01e71ca192bfcaeb6991e7c42890f4760b3d975a (diff)
extra/linux-pae: Convert to use patching mechanism
The idea is that since we already have to maintain the patches for the linux package, we might as well use the same for other kernels. Despite the initial added complexity, it should make updating all kernel packages much easier.
Diffstat (limited to 'extra/linux-pae/linux.preset')
-rw-r--r--extra/linux-pae/linux.preset14
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/linux-pae/linux.preset b/extra/linux-pae/linux.preset
deleted file mode 100644
index 66709a8c..00000000
--- a/extra/linux-pae/linux.preset
+++ /dev/null
@@ -1,14 +0,0 @@
-# mkinitcpio preset file for the '%PKGBASE%' package
-
-ALL_config="/etc/mkinitcpio.conf"
-ALL_kver="/boot/vmlinuz-%PKGBASE%"
-
-PRESETS=('default' 'fallback')
-
-#default_config="/etc/mkinitcpio.conf"
-default_image="/boot/initramfs-%PKGBASE%.img"
-#default_options=""
-
-#fallback_config="/etc/mkinitcpio.conf"
-fallback_image="/boot/initramfs-%PKGBASE%-fallback.img"
-fallback_options="-S autodetect"