Skip to content

Commit 5927ada

Browse files
committed
organize cmdline entries, add one for resume
Signed-off-by: Zen <[email protected]>
1 parent 9b51d1a commit 5927ada

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/ugrd/base/cmdline.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cmdline_bools = ['quiet', 'debug', 'recovery', 'rootwait']
2-
cmdline_strings = ['init', 'root', 'roottype', 'rootflags', 'rootdelay', 'loglevel']
1+
cmdline_bools = ['quiet', 'debug', 'recovery']
2+
cmdline_strings = ['init', 'loglevel']
33

44

55
[imports.init_pre]

src/ugrd/fs/mounts.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ binaries = [
77
"mkdir",
88
]
99

10+
cmdline_bools = [ "rootwait" ]
11+
cmdline_strings = [
12+
"root", "roottype", "rootflags", "rootdelay", "resume"
13+
]
14+
1015
mount_wait = false
1116
mount_retries = 5
1217
autodetect_root = true

0 commit comments

Comments
 (0)