stages/fstab: fix partabel option
Use the `partlabel` value for the `partlabel` option instead of the `label` option.
This commit is contained in:
parent
97331fc014
commit
ff63bb6b51
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ def main(tree, options):
|
|||
elif label:
|
||||
fs_spec = f"LABEL={label}"
|
||||
elif partlabel:
|
||||
fs_spec = f"PARTLABEL={label}"
|
||||
fs_spec = f"PARTLABEL={partlabel}"
|
||||
elif device:
|
||||
fs_spec = device
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue