12 lines
368 B
Plaintext
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
|