Skip to content

Commit

Permalink
allow more spaces, closes: #945164
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Nov 20, 2019
1 parent 269d5e3 commit ee9502a
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 @@ -777,7 +777,7 @@ $FAI::Parser = Parse::RecDescent->new(
$FAI::partition_pointer_dev_name = "/dev/md$vol_id";
}
mountpoint devices filesystem mount_options mdcreateopts
| /^btrfs (single|raid([0156]|10))\s+/
| /^btrfs\s+(single|raid([0156]|10))\s+/
{
($FAI::device eq "BTRFS") or die "BTRFS entry invalid in this context.\n";
defined $FAI::configs{BTRFS} or $FAI::configs{BTRFS}{volumes} = {};
Expand Down

0 comments on commit ee9502a

Please sign in to comment.