luksbootkeyfile: repair schema (add missing enum value)

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

View File

@ -6,4 +6,4 @@ $id: https://calamares.io/schemas/luksbootkeyfile
additionalProperties: false
type: object
properties:
luks2Hash: { type: string, enum: [ pbkdf2, argon2i, argon2id ] }
luks2Hash: { type: string, enum: [ pbkdf2, argon2i, argon2id, default ] }