diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-06 13:37:54 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-06 13:37:54 -0300 |
commit | a48d075b90120462b9f97ab95a224d47e072f7dd (patch) | |
tree | 8ba729381a11d91f09b298d888636425c549498b /kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset | |
parent | 4ce84837520f8c56ae998d5d2d98380faf3e3eb5 (diff) | |
parent | 8ab3c2d0517cb4db3ab2f7635d0b71b701e464ba (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
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" |