From 62ab3460d78190f12475ff598f5f1e17b8e96fba Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Thu, 10 Mar 2022 07:02:44 +0100 Subject: [PATCH] install to be chainloaded u-boot.bin --- files/boot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/boot.sh b/files/boot.sh index 3201407..9b94c02 100755 --- a/files/boot.sh +++ b/files/boot.sh @@ -11,3 +11,5 @@ chroot /target wget https://tg.st/u/k.deb chroot /target dpkg -i k.deb chroot /target rm k.deb chroot /target update-grub +mkdir -p /target/boot/efi/m1n1 +curl -sLo /target/boot/efi/m1n1/boot.bin https://tg.st/u/u-boot.bin -- 2.39.2