arch/pkg/de-p1st-mkinitcpio
2021-05-13 21:38:12 +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 holo: add "git" as dependency to provide diff in case of user-modified config files 2021-05-13 21:38:12 +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')