From: Thomas Glanzmann Date: Thu, 10 Mar 2022 06:02:44 +0000 (+0100) Subject: install to be chainloaded u-boot.bin X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/62ab3460d78190f12475ff598f5f1e17b8e96fba?hp=d7dcee96645ce4b44e778f1958ecb67065d48506 install to be chainloaded u-boot.bin --- 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