We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e684dae commit 03ed1e0Copy full SHA for 03ed1e0
src/ugrd/fs/ext4.toml
@@ -4,5 +4,8 @@ kmod_init = [ "ext4" ]
4
[imports.init_final]
5
"ugrd.fs.ext4" = [ "ext4_fsck" ]
6
7
+[import_order.before]
8
+"ext4_fsck" = "mount_late"
9
+
10
[conditional_dependencies]
11
"fsck.ext4" = [ "unset", "no_fsck" ]
src/ugrd/fs/f2fs.toml
@@ -4,5 +4,8 @@ kmod_init = [ "f2fs" ]
"ugrd.fs.f2fs" = [ "f2fs_fsck" ]
+"e2fs_fsck" = "mount_late"
"fsck.f2fs" = [ "unset", "no_fsck" ]
0 commit comments