From b16d50a21274437da1d49a6a146dc602242f97c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 21 Sep 2015 15:45:45 -0300 Subject: linux-libre: add some changes based on linux-armv7 to adapt for u-Boot usage * rename vmlinuz-linux-libre to zImage * rename uImage-linux-libre-{armada-{370-smileplug,370-mirabox,xp-openblocks-ax3-4},dove-{d3plug,cubox}} to uImage * backup linux-libre-dtb and previous linux-libre armv7h changes to ~emulatorman for GRUB armv7h porting and avoid conflicts with another kernel installed --- ~emulatorman/linux-libre/linux.preset | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ~emulatorman/linux-libre/linux.preset (limited to '~emulatorman/linux-libre/linux.preset') diff --git a/~emulatorman/linux-libre/linux.preset b/~emulatorman/linux-libre/linux.preset new file mode 100644 index 000000000..b06292d10 --- /dev/null +++ b/~emulatorman/linux-libre/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" -- cgit v1.2.3-2-g168b