Skip to content

Commit 10e8288

Browse files
committed
just unclude the "plain" root mount function as the cmdline functions
are always included. Signed-off-by: Zen <[email protected]>
1 parent ea71b06 commit 10e8288

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/ugrd/base/cmdline.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
"ugrd.base.cmdline" = [ "mount_cmdline_root" ]
66

77
[imports.functions]
8-
"ugrd.fs.mounts" = [ "mount_root" ]
98
"ugrd.base.cmdline" = [ "parse_cmdline_bool", "parse_cmdline_str" ]
109

11-
[masks]
12-
init_mount = "mount_root"
13-
1410
[custom_parameters]
1511
_init_mount = "NoDupFlatList" # List contaning functions which were removed from imports.int_mount by refactor_mounts

src/ugrd/fs/mounts.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ late_fstab = "/etc/fstab.late"
3232
[imports.init_main]
3333
"ugrd.fs.mounts" = [ "remake_mountpoints" ]
3434

35-
[imports.init_mount]
35+
[imports.functions]
3636
"ugrd.fs.mounts" = [ "mount_root" ]
3737

3838
[imports.init_mount_late]

0 commit comments

Comments
 (0)