]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
filesystems: slightly update common block device groups
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Nov 2021 22:09:45 +0000 (23:09 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Nov 2021 21:43:03 +0000 (22:43 +0100)
src/basic/filesystems.c

index 9f3acfb6b9f400465f5736799cbd614ae304f7b4..2d7fd5d886fb5c3a6b58659661247377f12dd547 100644 (file)
@@ -74,7 +74,12 @@ const FilesystemSet filesystem_sets[_FILESYSTEM_SET_MAX] = {
                 .help = "Common block device filesystems",
                 .value =
                 "btrfs\0"
+                "erofs\0"
+                "exfat\0"
                 "ext4\0"
+                "iso9660\0"
+                "squashfs\0"
+                "udf\0"
                 "vfat\0"
                 "xfs\0"
         },