Skip to content

Instantly share code, notes, and snippets.

@insdavm
Last active September 14, 2018 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insdavm/271055ca4fe1c2a95c4152a028f8e9e1 to your computer and use it in GitHub Desktop.
Save insdavm/271055ca4fe1c2a95c4152a028f8e9e1 to your computer and use it in GitHub Desktop.
My mkinitcpio.conf for initramfs creation on a Macbook Pro 8,1 running Arch
MODULES=(ext4)
BINARIES=()
FILES=()
HOOKS=(base udev autodetect modconf block encrypt lvm2 filesystems keyboard fsck)
# Initial attempt, but had issues with unlocking the cryptlvm volume with this...
# But who the fuck wants a systemd-based initramfs anyway!? /s
#
# We can still use systemd-boot to use Apple's native bootloader and read the .efi
# file in /boot/EFI/ while using a regular busybox-based initramfs
#HOOKS=(base systemd autodetect keyboard modconf block sd-encrypt sd-lvm2 filesystems fsck)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment