X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/a136ca38d83fae60994a54f5da88120e545895e1..50b4ecfb1b28e9b1dfc57b6a876fcdf938092152:/lunaix-os/kernel/fs/LConfig diff --git a/lunaix-os/kernel/fs/LConfig b/lunaix-os/kernel/fs/LConfig index 37a9695..194e186 100644 --- a/lunaix-os/kernel/fs/LConfig +++ b/lunaix-os/kernel/fs/LConfig @@ -1,18 +1,18 @@ -@Collection +@Collection("File Systems") def file_system(): """ Config feature related to file system supports """ add_to_collection(kernel_feature) - @Term + @Term("ext2 support") def fs_ext2(): """ Enable ext2 file system support """ type(bool) default(True) - @Term + @Term("iso9660 support") def fs_iso9660(): """ Enable iso9660 file system support """