Skip to content

Commit f16af1f

Browse files
committed
moved select_subvol to premount
Signed-off-by: Zen <[email protected]>
1 parent ef724bc commit f16af1f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ugrd/fs/btrfs.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ subvol_selector = false
88
"ugrd.fs.btrfs" = [ "_process_root_subvol", "_process_subvol_selector" ]
99

1010
[imports.init_premount]
11-
"ugrd.fs.btrfs" = [ "btrfs_scan", "set_root_subvol" ]
12-
13-
[imports.init_mount]
14-
"ugrd.fs.btrfs" = [ "select_subvol" ]
11+
"ugrd.fs.btrfs" = [ "btrfs_scan", "set_root_subvol", "select_subvol" ]
1512

1613
# Custom parameters
1714
[custom_parameters]

0 commit comments

Comments
 (0)