[initcpiocfg] fix typo for separate usr partition hook
This commit is contained in:
parent
fb3240046d
commit
26f006bd32
@ -148,7 +148,7 @@ def modify_mkinitcpio_conf(partitions, root_mount_point):
|
|||||||
and "luksMapperName" not in partition):
|
and "luksMapperName" not in partition):
|
||||||
unencrypted_separate_boot = True
|
unencrypted_separate_boot = True
|
||||||
|
|
||||||
if (partition["mountPoint"] == "/usr"
|
if partition["mountPoint"] == "/usr"
|
||||||
hooks.append("usr")
|
hooks.append("usr")
|
||||||
|
|
||||||
if encrypt_hook:
|
if encrypt_hook:
|
||||||
|
Loading…
Reference in New Issue
Block a user