From 06cfc7292fa973d23c4019ea1d4749b59e1be5e3 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 15 Aug 2025 12:13:26 +0200 Subject: feat: include SNU's XeFS filesystem into known filesystems. Signed-off-by: Amlal --- src/neboot-partition-map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/neboot-partition-map.c b/src/neboot-partition-map.c index c13907c..edc66e7 100644 --- a/src/neboot-partition-map.c +++ b/src/neboot-partition-map.c @@ -9,9 +9,9 @@ // include this for documentation. -#define NB_FILESYSTEM_COUNT 4 +#define NB_FILESYSTEM_COUNT (5U) #define NB_FILESYSTEM_LIST \ - { "NeFS", "HeFS", "FAT32", "ext4" } + { "NeFS", "HeFS", "FAT32", "ext4", "XeFS" } /// @brief check if filesystem is supported by NeBoot. /// @param fs the filesystem magic, as provided by EPM. -- cgit v1.2.3