summaryrefslogtreecommitdiff
path: root/extra/linux-pae/linux.preset
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-07-09 17:58:30 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-07-09 17:58:30 +0000
commit39c4f1c2dd3d2e8883c13763fabf8a624986c900 (patch)
tree2a118a2f94c3c7e2f0198681d13e9aefc894fbbd /extra/linux-pae/linux.preset
parent18ee399666b4393b5c64c932586c778b3c730cb2 (diff)
parentd08cdc7da4f4ec2751080a1745baef41da53214a (diff)
downloadpackages-39c4f1c2dd3d2e8883c13763fabf8a624986c900.tar.xz
Merge branch 'master' into i486
Diffstat (limited to 'extra/linux-pae/linux.preset')
-rw-r--r--extra/linux-pae/linux.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/linux-pae/linux.preset b/extra/linux-pae/linux.preset
new file mode 100644
index 00000000..66709a8c
--- /dev/null
+++ b/extra/linux-pae/linux.preset
@@ -0,0 +1,14 @@
+# 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"