diff --git a/src/modules/bootloader/bootloader.schema.yaml b/src/modules/bootloader/bootloader.schema.yaml index 2505dc73e..2b01bae95 100644 --- a/src/modules/bootloader/bootloader.schema.yaml +++ b/src/modules/bootloader/bootloader.schema.yaml @@ -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 } }