1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# SPDX-License-Identifier: GPL-2.0-or-later
# depthcharge-tools configuration
# Copyright (C) 2021-2023 Alper Nebi Yasak <alpernebiyasak@gmail.com>
# See COPYRIGHT and LICENSE files for full copyright information.
[depthcharge-tools]
enable-system-hooks = True
#vboot-keyblock = /etc/depthcharge-tools/kernel.keyblock
#vboot-private-key = /etc/depthcharge-tools/kernel_data_key.vbprivk
#vboot-public-key = /etc/depthcharge-tools/kernel_subkey.vbpubk
[depthchargectl]
#board = <codename>
ignore-initramfs = False
images-dir = /boot/depthcharge
#kernel-cmdline = console=tty0 quiet splash
zimage-initramfs-hack = set-init-size
|