mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
Merge pull request #1565 from Chrysostomus/calamares
[initcpiocfg] Use graphical decryption prompt with plymouth
This commit is contained in:
commit
72c9df67d2
1 changed files with 4 additions and 1 deletions
|
@ -154,7 +154,10 @@ def modify_mkinitcpio_conf(partitions, root_mount_point):
|
|||
hooks.append("usr")
|
||||
|
||||
if encrypt_hook:
|
||||
hooks.append("encrypt")
|
||||
if detect_plymouth():
|
||||
hooks.append("plymouth-encrypt")
|
||||
else:
|
||||
hooks.append("encrypt")
|
||||
if not unencrypted_separate_boot and \
|
||||
os.path.isfile(
|
||||
os.path.join(root_mount_point, "crypto_keyfile.bin")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue