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 ef724bc commit f16af1fCopy full SHA for f16af1f
src/ugrd/fs/btrfs.toml
@@ -8,10 +8,7 @@ subvol_selector = false
8
"ugrd.fs.btrfs" = [ "_process_root_subvol", "_process_subvol_selector" ]
9
10
[imports.init_premount]
11
-"ugrd.fs.btrfs" = [ "btrfs_scan", "set_root_subvol" ]
12
-
13
-[imports.init_mount]
14
-"ugrd.fs.btrfs" = [ "select_subvol" ]
+"ugrd.fs.btrfs" = [ "btrfs_scan", "set_root_subvol", "select_subvol" ]
15
16
# Custom parameters
17
[custom_parameters]
0 commit comments