Added luksbootkeyfile.conf/yaml
This commit is contained in:
parent
e01b45f008
commit
06d6f217b5
10
src/modules/luksbootkeyfile/luksbootkeyfile.conf
Normal file
10
src/modules/luksbootkeyfile/luksbootkeyfile.conf
Normal file
@ -0,0 +1,10 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Luksbootkeyfile configuration. A key file is created for the
|
||||
# LUKS encrypted devices.
|
||||
---
|
||||
# Set Password-Based Key Derivation Function (PBKDF) algorithm
|
||||
# for LUKS keyslot. The PBKDF can be: pbkdf2, argon2i or argon2id.
|
||||
# Default: pbkdf2
|
||||
luks2Hash: pbkdf2
|
9
src/modules/luksbootkeyfile/luksbootkeyfile.schema.yaml
Normal file
9
src/modules/luksbootkeyfile/luksbootkeyfile.schema.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
# SPDX-FileCopyrightText: 2023 Arjen Balfoort <arjenbalfoort@hotmail.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
---
|
||||
$schema: https://json-schema.org/schema#
|
||||
$id: https://calamares.io/schemas/luksbootkeyfile
|
||||
additionalProperties: false
|
||||
type: object
|
||||
properties:
|
||||
luks2Hash: { type: string }
|
Loading…
Reference in New Issue
Block a user