From 9233d009b61b362d64260aa2f0f261d3e20f60df Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Tue, 29 Jun 2021 16:43:11 +0200 Subject: [PATCH] proper order of hooks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2496011..eb8a00f 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ For setting up different locale than pl check official guide ### Configure mkinitcpio with modules needed for the initrd image >nano /etc/mkinitcpio.conf -### Remove 'fsck' and add 'encrypt', 'keyboard', 'keymap' and 'btrfs' to HOOKS before filesystems +### Remove 'fsck' and add 'keyboard', 'keymap', 'encrypt' and 'btrfs' to HOOKS before filesystems ### If no encryption then only remove fsck and add on that place btrfs >HOOKS=(... keyboard keymap block encrypt btrfs ... filesystems ...)