2022-12-17 10:02:37 +00:00
|
|
|
#V1: {
|
2022-12-28 21:21:41 +00:00
|
|
|
system: string
|
2022-12-17 10:02:37 +00:00
|
|
|
init: string
|
|
|
|
initrd?: string
|
|
|
|
initrdSecrets?: string
|
|
|
|
kernel: string
|
|
|
|
kernelParams: [...string]
|
|
|
|
label: string
|
|
|
|
toplevel: string
|
|
|
|
specialisation?: {
|
|
|
|
[=~"^"]: #V1
|
|
|
|
}
|
|
|
|
extensions?: {...}
|
|
|
|
}
|
|
|
|
|
|
|
|
Document: {
|
|
|
|
v1: #V1
|
|
|
|
}
|