mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Update main.py
typo in a comment
This commit is contained in:
parent
741c1c5d1e
commit
73b5c62ab8
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def write_dmcrypt_conf(partitions, root_mount_point, dmcrypt_conf_path):
|
||||||
with open(os.path.join(root_mount_point, dmcrypt_conf_path), 'a+') as dmcrypt_file:
|
with open(os.path.join(root_mount_point, dmcrypt_conf_path), 'a+') as dmcrypt_file:
|
||||||
dmcrypt_file.write("\ntarget=" + crypto_target)
|
dmcrypt_file.write("\ntarget=" + crypto_target)
|
||||||
dmcrypt_file.write("\nsource=" + crypto_source)
|
dmcrypt_file.write("\nsource=" + crypto_source)
|
||||||
# Don't use keyfile if boot is unecrypted, keys must not be stored on unencrypted partitions
|
# Don't use keyfile if boot is unencrypted, keys must not be stored on unencrypted partitions
|
||||||
if not unencrypted_separate_boot:
|
if not unencrypted_separate_boot:
|
||||||
dmcrypt_file.write("\nkey=/crypto_keyfile.bin")
|
dmcrypt_file.write("\nkey=/crypto_keyfile.bin")
|
||||||
dmcrypt_file.write("\n")
|
dmcrypt_file.write("\n")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue