Merge pull request #1565 from Chrysostomus/calamares
[initcpiocfg] Use graphical decryption prompt with plymouth
This commit is contained in:
commit
72c9df67d2
@ -154,6 +154,9 @@ def modify_mkinitcpio_conf(partitions, root_mount_point):
|
||||
hooks.append("usr")
|
||||
|
||||
if encrypt_hook:
|
||||
if detect_plymouth():
|
||||
hooks.append("plymouth-encrypt")
|
||||
else:
|
||||
hooks.append("encrypt")
|
||||
if not unencrypted_separate_boot and \
|
||||
os.path.isfile(
|
||||
|
Loading…
Reference in New Issue
Block a user