archboot/etc/archboot/presets/aarch64-local
Tobias Powalowski 2eb736c20e restore presets
2023-02-09 12:09:57 +01:00

9 lines
318 B
Bash

# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-2.0-only
# mkinitcpio config file, defaulted to stock config file
MKINITCPIO_CONFIG="/etc/archboot/aarch64-local.conf"
# kernel version, defaulted to build for runtime kernel
ALL_kver="/boot/Image.gz"
# vim: set ft=sh ts=4 sw=4 et: