mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-06 09:46:34 +05:30
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# Run mkinitcpio(8) with the given preset value
|
|
|
|
# This key defines the kernel to be loaded.
|
|
kernel: linux
|
|
|
|
# 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
|