mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 19:05:36 -04:00
Regular plymouth hook is also still needed
This commit is contained in:
parent
3bf57c7785
commit
84558333bf
1 changed files with 4 additions and 0 deletions
|
@ -123,6 +123,10 @@ def modify_mkinitcpio_conf(partitions, root_mount_point):
|
|||
openswap_hook = 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:
|
||||
if partition["fs"] == "linuxswap" and not partition.get("claimed", None):
|
||||
# Skip foreign swap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue