[elbe-devel] [PATCH] f2fs support

Thomas Weißschuh thomas.weissschuh at linutronix.de
Mon Apr 22 15:43:04 CEST 2024


F2FS (Flash-Friendly File System) is a filesystem optimized for
NAND-based storage, which is especially useful on embedded systems.

Install mkfs.f2fs into the initvm so users can use F2FS with elbe.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 debian/control             | 1 +
 elbepack/schema/dbsfed.xsd | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index d96efe325620..840eb8db1027 100644
--- a/debian/control
+++ b/debian/control
@@ -125,6 +125,7 @@ Depends: ${misc:Depends},
   dpkg-dev,
   python3-elbe-bin (= ${binary:Version}),
   python3-elbe-common (= ${binary:Version}),
+  f2fs-tools,
   genisoimage,
   gnupg,
   mtd-utils,
diff --git a/elbepack/schema/dbsfed.xsd b/elbepack/schema/dbsfed.xsd
index 2d62c5a3d436..380e16cc8c80 100644
--- a/elbepack/schema/dbsfed.xsd
+++ b/elbepack/schema/dbsfed.xsd
@@ -2027,6 +2027,7 @@ SPDX-FileCopyrightText: Linutronix GmbH
       <enumeration value="ext2" />
       <enumeration value="ext3" />
       <enumeration value="ext4" />
+      <enumeration value="f2fs" />
       <enumeration value="ubifs" />
       <enumeration value="tmpfs" />
       <enumeration value="debugfs" />

---
base-commit: 9d8411747148c0bc88935c39f13387fcae5238fb
change-id: 20240422-f2fs-d2a5fd4197ff

Best regards,
-- 
Thomas Weißschuh <thomas.weissschuh at linutronix.de>



More information about the elbe-devel mailing list