arch/pkg/de-p1st-mkinitcpio
2021-05-24 16:11:06 +02:00
..
.install grub: remember selected menu entry 2021-05-03 16:12:27 +02:00
mkinitcpio.conf.holoscript add screen 2021-05-03 22:17:59 +02:00
PKGBUILD amdgpu: add to MODULES and (re)generate initramfs 2021-05-24 16:11:06 +02:00
README.md add screen 2021-05-03 22:17:59 +02:00

mkinitcpio.conf

After changing the global configuration, one should execute:

mkinitcpio -P

compression

Can be enabled with:

COMPRESSION='lz4'

hooks

Hooks to for

  1. resuming
  2. BTRFS
  3. encryption
  4. keymap
HOOKS=(base udev modconf block keyboard keymap encrypt lvm2 btrfs filesystems fsck resume)

crc32c_intel

On a SSE4.2 capable system, crc32c-intel should be used, not crc32c-generic.

Check your CPU (see the .install script):

lscpu | grep sse4_2

Can be enabled with:

MODULES=('crc32c-intel')