X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/20af6ab4646bbc93670283f87b85503156698460..HEAD:/files/boot.sh 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