diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-22 20:40:37 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-22 20:40:37 -0300 |
commit | c1879f6ed8abf3ae9acdcf48b45d6ddafffd4674 (patch) | |
tree | 818c84a4d155a980d15e3adf23df5bdf8bbe7714 /kernels/linux-libre-xen/linux.preset | |
parent | 55234351119f417fb601a250b9f9425288961fd5 (diff) |
linux-libre*: Adjust version numbers following discussion
Diffstat (limited to 'kernels/linux-libre-xen/linux.preset')
-rw-r--r-- | kernels/linux-libre-xen/linux.preset | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kernels/linux-libre-xen/linux.preset b/kernels/linux-libre-xen/linux.preset new file mode 100644 index 000000000..b06292d10 --- /dev/null +++ b/kernels/linux-libre-xen/linux.preset @@ -0,0 +1,14 @@ +# mkinitcpio preset file for the 'linux' package + +ALL_config="/etc/mkinitcpio.conf" +ALL_kver="/boot/vmlinuz-linux" + +PRESETS=('default' 'fallback') + +#default_config="/etc/mkinitcpio.conf" +default_image="/boot/initramfs-linux.img" +#default_options="" + +#fallback_config="/etc/mkinitcpio.conf" +fallback_image="/boot/initramfs-linux-fallback.img" +fallback_options="-S autodetect" |