a66bca1520
GitOrigin-RevId: 40f79f003b6377bd2f4ed4027dde1f8f922995dd
17 lines
250 B
CUE
17 lines
250 B
CUE
#V1: {
|
|
init: string
|
|
initrd?: string
|
|
initrdSecrets?: string
|
|
kernel: string
|
|
kernelParams: [...string]
|
|
label: string
|
|
toplevel: string
|
|
specialisation?: {
|
|
[=~"^"]: #V1
|
|
}
|
|
extensions?: {...}
|
|
}
|
|
|
|
Document: {
|
|
v1: #V1
|
|
}
|