diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-06 21:35:54 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-06 21:35:54 -0300 |
commit | b4f127d58d6c7783260789f5e1dabc07f4042e4f (patch) | |
tree | e43cc8684612e06c385400a2f2cd442ed52e31c7 /libre-testing/linux-libre-lts/linux.preset | |
parent | 60842f0c6647e3a51d1a8e4c8dac455c905e253f (diff) |
linux-libre-lts-3.14.49_gnu-1.1: add patch to make the radeon driver load without the firmwares
Diffstat (limited to 'libre-testing/linux-libre-lts/linux.preset')
-rw-r--r-- | libre-testing/linux-libre-lts/linux.preset | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libre-testing/linux-libre-lts/linux.preset b/libre-testing/linux-libre-lts/linux.preset new file mode 100644 index 000000000..b06292d10 --- /dev/null +++ b/libre-testing/linux-libre-lts/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" |