void-packages/srcpkgs/m1n1/files/m1n1-kernel-hook.confd
2025-01-12 09:59:24 -05:00

12 lines
368 B
Plaintext

CONFIG=/etc/m1n1.conf
# payload can be either kernel or uboot (default)
PAYLOAD=uboot
# location where kernel, initramfs, dtbs are located
BOOT=/boot
DTBS=${BOOT}/dtbs/"dtbs-${VERSION}"/apple/*.dtb
U_BOOT=/usr/lib/asahi-boot/u-boot-nodtb.bin
M1N1=/usr/lib/asahi-boot/m1n1.bin
# location in ESP where m1n1 payload is put
M1N1_T=/boot/efi/m1n1
TARGET=${M1N1_T}/boot.bin