Regular plymouth hook is also still needed
This commit is contained in:
parent
3bf57c7785
commit
84558333bf
@ -123,6 +123,10 @@ def modify_mkinitcpio_conf(partitions, root_mount_point):
|
|||||||
openswap_hook = False
|
openswap_hook = False
|
||||||
unencrypted_separate_boot = False
|
unencrypted_separate_boot = False
|
||||||
|
|
||||||
|
# It is important that the plymouth hook comes before any encrypt hook
|
||||||
|
if detect_plymouth():
|
||||||
|
hooks.append("plymouth")
|
||||||
|
|
||||||
for partition in partitions:
|
for partition in partitions:
|
||||||
if partition["fs"] == "linuxswap" and not partition.get("claimed", None):
|
if partition["fs"] == "linuxswap" and not partition.get("claimed", None):
|
||||||
# Skip foreign swap
|
# Skip foreign swap
|
||||||
|
Loading…
Reference in New Issue
Block a user