Skip to content

InitOptions

Defined in: src/init.ts:25

optional argv?: string[]

Defined in: src/init.ts:32


optional cmdline?: 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.


optional env?: Record<string, string>

Defined in: src/init.ts:33


optional init?: string

Defined in: src/init.ts:31


optional loglevel?: Level

Defined in: src/init.ts:35


optional quiet?: boolean

Defined in: src/init.ts:34