From: James Bunton Date: Mon, 13 Mar 2017 04:17:26 +0000 (+1100) Subject: mkinitcpio hack for including intel-ucode X-Git-Url: https://code.delx.au/monosys/commitdiff_plain/c17fa11eabd2711b99fe5ab173cc783e3c81de31 mkinitcpio hack for including intel-ucode --- diff --git a/bin/gzip-with-prefix b/bin/gzip-with-prefix new file mode 100755 index 0000000..d26eff8 --- /dev/null +++ b/bin/gzip-with-prefix @@ -0,0 +1,5 @@ +#!/bin/bash + +cat "$1" +shift +exec gzip "$@" diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf new file mode 100644 index 0000000..5c980bd --- /dev/null +++ b/etc/mkinitcpio.conf @@ -0,0 +1,9 @@ +# vim:set ft=sh + +MODULES="i915" +BINARIES="" +FILES="/etc/modprobe.d/apple-keyboard.conf" +HOOKS="base udev autodetect modconf block encrypt lvm2 resume filesystems keyboard fsck" + +COMPRESSION="gzip-with-prefix" +COMPRESSION_OPTIONS="/boot/intel-ucode.img"