summarylogtreecommitdiffstats
path: root/linux.preset
diff options
context:
space:
mode:
authorKyle De'Vir2018-11-17 07:04:58 +1000
committerKyle De'Vir2018-11-17 07:04:58 +1000
commit0b1319856b3c4be3fafea4fd04be9be878dce621 (patch)
tree798362d85fc70ca8ac77c802524de37aeee57b69 /linux.preset
parent357aeb4a2afdc02c3da30a189dc580924632a018 (diff)
downloadaur-0b1319856b3c4be3fafea4fd04be9be878dce621.tar.gz
More changes
Diffstat (limited to 'linux.preset')
-rwxr-xr-xlinux.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/linux.preset b/linux.preset
new file mode 100755
index 000000000000..8a5b1839d192
--- /dev/null
+++ b/linux.preset
@@ -0,0 +1,14 @@
+# mkinitcpio preset file for the 'linux-bcachefs-git' package
+
+ALL_config="/etc/mkinitcpio.conf"
+ALL_kver="/boot/vmlinuz-linux-bcachefs-git"
+
+PRESETS=('default' 'fallback')
+
+#default_config="/etc/mkinitcpio.conf"
+default_image="/boot/initramfs-linux-bcachefs-git.img"
+#default_options=""
+
+#fallback_config="/etc/mkinitcpio.conf"
+fallback_image="/boot/initramfs-linux-git-bcachefs-fallback.img"
+fallback_options="-S autodetect"