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