[elbe-devel] [PATCH] elbepack: fstab: set correct label for F2FS filesystem
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Tue Nov 19 12:28:14 CET 2024
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
elbepack/fstab.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elbepack/fstab.py b/elbepack/fstab.py
index 03fa158c3fa8ae57f2d61b5c45a2bcb6c0578a7d..441c0339b9a99c0d16ffb607f11813f0319b5988 100644
--- a/elbepack/fstab.py
+++ b/elbepack/fstab.py
@@ -152,4 +152,6 @@ class fstabentry(hdpart):
return '-L ' + self.label
if self.fstype == 'vfat':
return '-n ' + self.label
+ if self.fstype == 'f2fs':
+ return '-l ' + self.label
return ''
---
base-commit: fd48f02889d0de2714489df27f43429dbe86260d
change-id: 20241119-f2fs-label-6be839ae739a
Best regards,
--
Thomas Weißschuh <thomas.weissschuh at linutronix.de>
More information about the elbe-devel
mailing list