Skip to content

Commit

Permalink
elbepack: fstab: set correct label for F2FS filesystem
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Weißschuh <[email protected]>
  • Loading branch information
t-8ch committed Nov 19, 2024
1 parent 90cb11e commit 517e38a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elbepack/fstab.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,6 @@ def get_label_opt(self):
return '-L ' + self.label
if self.fstype == 'vfat':
return '-n ' + self.label
if self.fstype == 'f2fs':
return '-l ' + self.label
return ''

0 comments on commit 517e38a

Please sign in to comment.