bootloader: repair schema (add missing properties)

This commit is contained in:
Adriaan de Groot 2023-10-29 00:30:57 +02:00
parent ee90fee7bb
commit db02ae0ce7

View File

@ -11,6 +11,7 @@ properties:
kernelSearchPath: { type: string }
kernelName: { type: string }
kernelParams: { type: array, items: { type: string } }
kernelPattern: { type: string }
loaderEntries: { type: array, items: { type: string } }
refindKernelList: { type: array, items: { type: string } }