mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-16 20:34:30 -04:00
Use variable instead of a function
This commit is contained in:
parent
0ed0d37693
commit
59cfdcccdf
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ def modify_mkinitcpio_conf(partitions, root_mount_point):
|
|||
hooks.append("usr")
|
||||
|
||||
if encrypt_hook:
|
||||
if detect_plymouth() and unencrypted_separate_boot():
|
||||
if detect_plymouth() and unencrypted_separate_boot:
|
||||
hooks.append("plymouth-encrypt")
|
||||
else:
|
||||
hooks.append("encrypt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue