summarylogtreecommitdiffstats
path: root/linux-lts-tomoyo.preset
diff options
context:
space:
mode:
authordysphr@aur2015-06-18 21:06:35 +0100
committerdysphr@aur2015-06-18 21:06:35 +0100
commit9d5dfdaa078b4abfc02878c4216ea7bf053c3a15 (patch)
tree36941be9faada7e2f95be6512c39a37b2a0e4ede /linux-lts-tomoyo.preset
downloadaur-9d5dfdaa078b4abfc02878c4216ea7bf053c3a15.tar.gz
Initial import
Diffstat (limited to 'linux-lts-tomoyo.preset')
-rw-r--r--linux-lts-tomoyo.preset14
1 files changed, 14 insertions, 0 deletions
diff --git a/linux-lts-tomoyo.preset b/linux-lts-tomoyo.preset
new file mode 100644
index 000000000000..6202bd76882d
--- /dev/null
+++ b/linux-lts-tomoyo.preset
@@ -0,0 +1,14 @@
+# mkinitcpio preset file for the 'linux-lts-tomoyo' package
+
+ALL_config="/etc/mkinitcpio.conf"
+ALL_kver="/boot/vmlinuz-linux-lts-tomoyo"
+
+PRESETS=('default' 'fallback')
+
+#default_config="/etc/mkinitcpio.conf"
+default_image="/boot/initramfs-linux-lts-tomoyo.img"
+#default_options=""
+
+#fallback_config="/etc/mkinitcpio.conf"
+fallback_image="/boot/initramfs-linux-lts-tomoyo-fallback.img"
+fallback_options="-S autodetect"