Skip to content

Commit

Permalink
partuuid and partlable does not make sense for lvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Jun 27, 2021
1 parent 02b001c commit 63f67ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setup-storage/Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ $FAI::Parser = Parse::RecDescent->new(
}
}
}
| /^fstabkey:(device|label|uuid|partuuid|partlabel)/
| /^fstabkey:(device|label|uuid)/
{
# the information preferred for fstab device identifieres
$FAI::configs{"VG_--ANY--"}{fstabkey} = $1;
Expand Down

0 comments on commit 63f67ee

Please sign in to comment.