arch/pkg/de-p1st-mkinitcpio/README.md

957 B

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 resume modconf block keyboard keymap encrypt lvm2 btrfs fsck filesystems)

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')