diff --git a/src/modules/initcpiocfg/main.py b/src/modules/initcpiocfg/main.py index c2c0a0f8d..9df60dec2 100644 --- a/src/modules/initcpiocfg/main.py +++ b/src/modules/initcpiocfg/main.py @@ -22,6 +22,7 @@ # along with Calamares. If not, see . import libcalamares +from libcalamares.utils import debug, target_env_call import os from collections import OrderedDict @@ -148,7 +149,7 @@ def modify_mkinitcpio_conf(partitions, root_mount_point): and "luksMapperName" not in partition): unencrypted_separate_boot = True - if partition["mountPoint"] == "/usr" + if partition["mountPoint"] == "/usr": hooks.append("usr") if encrypt_hook: