fix dangling pointer issues in ext2dr
[lunaix-os.git] / lunaix-os / kernel / fs / LConfig
index 37a9695aee4ac491dacb6ca263a01f4e1c92697c..880d6c68a102c502c6d7f7d66c8d9f8a83d58806 100644 (file)
@@ -1,21 +1,23 @@
 
-@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 """
 
         type(bool)
         default(True)
 
+
+include("ext2")
\ No newline at end of file