Merge "The correct option for label name in fat and vfat is '-n'"
This commit is contained in:
commit
d66dbc679c
@ -110,7 +110,7 @@ class FilesystemNode(NodeBase):
|
||||
if self.opts:
|
||||
cmd.extend(self.opts)
|
||||
|
||||
if self.type == "vfat":
|
||||
if self.type in ('vfat', 'fat'):
|
||||
cmd.extend(["-n", self.label])
|
||||
else:
|
||||
cmd.extend(["-L", self.label])
|
||||
|
Loading…
Reference in New Issue
Block a user