Commit d1af3f7
committed
Fix the order of mkinitcpio hooks
As documented on ArchWiki [1],
the `lvm2` hook must appear after the `block`
and before the `filesystems` hook.
Otherwise, LVM might attempt to activate logical volumes
before the underlying block devices are available.
[1]: https://wiki.archlinux.org/title/Install_Arch_Linux_on_LVM#Adding_mkinitcpio_hooks1 parent 0cb0708 commit d1af3f7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments