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 ea71b06 commit 10e8288Copy full SHA for 10e8288
src/ugrd/base/cmdline.toml
@@ -5,11 +5,7 @@
5
"ugrd.base.cmdline" = [ "mount_cmdline_root" ]
6
7
[imports.functions]
8
-"ugrd.fs.mounts" = [ "mount_root" ]
9
"ugrd.base.cmdline" = [ "parse_cmdline_bool", "parse_cmdline_str" ]
10
11
-[masks]
12
-init_mount = "mount_root"
13
-
14
[custom_parameters]
15
_init_mount = "NoDupFlatList" # List contaning functions which were removed from imports.int_mount by refactor_mounts
src/ugrd/fs/mounts.toml
@@ -32,7 +32,7 @@ late_fstab = "/etc/fstab.late"
32
[imports.init_main]
33
"ugrd.fs.mounts" = [ "remake_mountpoints" ]
34
35
-[imports.init_mount]
+[imports.functions]
36
"ugrd.fs.mounts" = [ "mount_root" ]
37
38
[imports.init_mount_late]
0 commit comments