• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux-calamares: Commit

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


Commit MetaInfo

Revision59cfdcccdf82acf04d88f761b6bd89490ad13ef0 (tree)
Time2020-12-06 05:57:51
AuthorChrysostomus <matti@manj...>
CommiterChrysostomus

Log Message

Use variable instead of a function

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() and unencrypted_separate_boot():
156+ if detect_plymouth() and unencrypted_separate_boot:
157157 hooks.append("plymouth-encrypt")
158158 else:
159159 hooks.append("encrypt")
Show on old repository browser