InitConfig
Defined in: src/init.ts:38
Extends
Section titled “Extends”WithRequired<InitOptions,"argv"|"env"|"loglevel">
Properties
Section titled “Properties”_saved
Section titled “_saved”_saved:
string
Defined in: src/init.ts:39
argv:
string[]
Defined in: src/init.ts:32
Inherited from
Section titled “Inherited from”cmdline?
Section titled “cmdline?”
optionalcmdline?:string
Defined in: src/init.ts:30
The kernel command line, e.g. init=/bin/sh quiet tty.probe=0 HOME=/root.
This is what /proc/cmdline shows, and it overrides the rest of these.
Inherited from
Section titled “Inherited from”WithRequired.cmdline
env:
Record<string,string>
Defined in: src/init.ts:33
Inherited from
Section titled “Inherited from”
optionalinit?:string
Defined in: src/init.ts:31
Inherited from
Section titled “Inherited from”WithRequired.init
loglevel
Section titled “loglevel”loglevel:
Level
Defined in: src/init.ts:35
Inherited from
Section titled “Inherited from”quiet?
Section titled “quiet?”
optionalquiet?:boolean
Defined in: src/init.ts:34
Inherited from
Section titled “Inherited from”WithRequired.quiet