2022-06-27 22:50:37 +02:00
|
|
|
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
---
|
|
|
|
$schema: https://json-schema.org/schema#
|
|
|
|
$id: https://calamares.io/schemas/bootloader
|
|
|
|
additionalProperties: false
|
|
|
|
type: object
|
|
|
|
properties:
|
2022-12-23 00:13:43 +01:00
|
|
|
efiBootLoaderVar: { type: string }
|
2022-06-27 22:50:37 +02:00
|
|
|
efiBootLoader: { type: string }
|
|
|
|
kernelSearchPath: { type: string }
|
|
|
|
kernelName: { type: string }
|
2022-12-23 00:13:43 +01:00
|
|
|
kernelParams: { type: array, items: { type: string } }
|
|
|
|
loaderEntries: { type: array, items: { type: string } }
|
|
|
|
refindKernelList: { type: array, items: { type: string } }
|
2020-06-16 16:16:07 +02:00
|
|
|
|
2022-06-27 22:50:37 +02:00
|
|
|
# Programs
|
|
|
|
grubInstall: { type: string }
|
|
|
|
grubMkconfig: { type: string }
|
|
|
|
grubCfg: { type: string }
|
|
|
|
grubProbe: { type: string }
|
|
|
|
efiBootMgr: { type: string }
|
2020-06-16 16:16:07 +02:00
|
|
|
|
2022-06-27 22:50:37 +02:00
|
|
|
efiBootloaderId: { type: string }
|
|
|
|
installEFIFallback: { type: boolean }
|