• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux-calamares: Commit

GitHubのミラーです
https://github.com/FascodeNet/alterlinux-calamares


Commit MetaInfo

Revisionb949967529471970a4fc9f7e9bea179695058aea (tree)
Time2020-12-06 07:04:37
AuthorAdriaan de Groot <groot@kde....>
CommiterGitHub

Log Message

Merge pull request #1594 from Chrysostomus/calamares

Don't use plymouth-encrypt if there is keyfile in use, because it is buggy and asks for password even when it is not needed

Change Summary

Incremental Difference

--- a/src/modules/initcpiocfg/main.py
+++ b/src/modules/initcpiocfg/main.py
@@ -153,7 +153,7 @@ def modify_mkinitcpio_conf(partitions, root_mount_point):
153153 hooks.append("usr")
154154
155155 if encrypt_hook:
156- if detect_plymouth():
156+ if detect_plymouth() and unencrypted_separate_boot:
157157 hooks.append("plymouth-encrypt")
158158 else:
159159 hooks.append("encrypt")
Show on old repository browser