diff options
Diffstat (limited to 'kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset')
-rwxr-xr-x | kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset new file mode 100755 index 000000000..5b84d8b9f --- /dev/null +++ b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset @@ -0,0 +1,14 @@ +# mkinitcpio preset file for the 'linux-libre-lts-rt' package + +ALL_config="/etc/mkinitcpio.conf" +ALL_kver="/boot/vmlinuz-linux-libre-lts-rt" + +PRESETS=('default' 'fallback') + +#default_config="/etc/mkinitcpio.conf" +default_image="/boot/initramfs-linux-libre-lts-rt.img" +#default_options="" + +#fallback_config="/etc/mkinitcpio.conf" +fallback_image="/boot/initramfs-linux-libre-lts-rt-fallback.img" +fallback_options="-S autodetect" |