[initcpiocfg] fix typo for separate usr partition hook

This commit is contained in:
Philip Müller 2019-12-16 09:05:31 +01:00
parent fb3240046d
commit 26f006bd32

View File

@ -148,7 +148,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: