summarylogtreecommitdiffstats
path: root/linux-lts-tomoyo.preset
diff options
context:
space:
mode:
authordysphoria2016-12-01 19:31:59 +0000
committerdysphoria2016-12-01 19:31:59 +0000
commit47d70efbd6bc57255c82fcc3dfaea32689b581e2 (patch)
treeb06025f186589c8883fe4855abbe0360d78c8aaa /linux-lts-tomoyo.preset
parent5a66d4e2b809aadcb02854124262a170f741fb2c (diff)
downloadaur-47d70efbd6bc57255c82fcc3dfaea32689b581e2.tar.gz
[fix] fix kernel name
Diffstat (limited to 'linux-lts-tomoyo.preset')
-rw-r--r--linux-lts-tomoyo.preset6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-lts-tomoyo.preset b/linux-lts-tomoyo.preset
index 7300e9c80f92..691df8d0d9d5 100644
--- a/linux-lts-tomoyo.preset
+++ b/linux-lts-tomoyo.preset
@@ -1,4 +1,4 @@
-# mkinitcpio preset file for the 'linux-lts' package
+# mkinitcpio preset file for the 'linux-lts-tomyo' package
ALL_config="/etc/mkinitcpio.conf"
ALL_kver="/boot/vmlinuz-linux-lts"
@@ -6,9 +6,9 @@ ALL_kver="/boot/vmlinuz-linux-lts"
PRESETS=('default' 'fallback')
#default_config="/etc/mkinitcpio.conf"
-default_image="/boot/initramfs-linux-lts.img"
+default_image="/boot/initramfs-linux-lts-tomoyo.img"
#default_options=""
#fallback_config="/etc/mkinitcpio.conf"
-fallback_image="/boot/initramfs-linux-lts-fallback.img"
+fallback_image="/boot/initramfs-linux-lts-tomoyo-fallback.img"
fallback_options="-S autodetect"