proper order of hooks
This commit is contained in:
parent
c5412ab948
commit
9233d009b6
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ For setting up different locale than pl check official guide
|
||||||
|
|
||||||
### Configure mkinitcpio with modules needed for the initrd image
|
### Configure mkinitcpio with modules needed for the initrd image
|
||||||
>nano /etc/mkinitcpio.conf
|
>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
|
### If no encryption then only remove fsck and add on that place btrfs
|
||||||
>HOOKS=(... keyboard keymap block encrypt btrfs ... filesystems ...)
|
>HOOKS=(... keyboard keymap block encrypt btrfs ... filesystems ...)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue