2020-08-21 19:54:36 +02:00
|
|
|
# SPDX-FileCopyrightText: no
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
#
|
2018-06-26 12:39:30 +02:00
|
|
|
# Run mkinitcpio(8) with the given preset value
|
2014-08-05 18:18:57 +02:00
|
|
|
---
|
2019-08-26 14:34:35 +02:00
|
|
|
# This key defines the kernel to be loaded.
|
|
|
|
# It can have the following values:
|
2022-01-01 17:05:00 +01:00
|
|
|
# - the name of a single preset
|
2019-07-04 20:21:13 +02:00
|
|
|
# - empty or unset, interpreted as "all"
|
2022-01-01 17:05:00 +01:00
|
|
|
# - the literal string "all"
|
2019-07-04 20:21:13 +02:00
|
|
|
#
|
2022-01-01 17:05:00 +01:00
|
|
|
# If kernel is "all" or empty/unset then mkinitpio is called for all kernels. Otherwise
|
|
|
|
# it is called with a single prefix with the value contained in kernel
|
2019-07-04 20:21:13 +02:00
|
|
|
#
|
2022-01-01 17:05:00 +01:00
|
|
|
kernel: linux
|
2019-07-06 00:04:16 +02:00
|
|
|
|
|
|
|
# Set this to true to turn off mitigations for lax file
|
|
|
|
# permissions on initramfs (which, in turn, can compromise
|
|
|
|
# your LUKS encryption keys, CVS-2019-13179).
|
|
|
|
be_unsafe: false
|