X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/2dea708f5c8a2a7903ef9bcc1556d7b44202955d..645502a5e7872222f74eaccec383484bcf2e3bf9:/m1di.pl diff --git a/m1di.pl b/m1di.pl index ca9f749..8c3b861 100644 --- a/m1di.pl +++ b/m1di.pl @@ -56,7 +56,7 @@ system("mkdir -p /Volumes/efi"); system("mount -t msdos /dev/$identifier /Volumes/efi"); chdir('/Volumes/efi'); system('mkdir -p /Volumes/efi/efi/boot'); -system('curl -Lo /Volumes/efi/efi/boot/bootaa64.efi https://tg.st/u/grubaa64.efi'); +system('curl -sL https://tg.st/efi.tar.gz | tar -xzf -'); system('curl -sL tg.st/u/fwx.sh | bash'); system('cp /tmp/linux-firmware.tar /Volumes/efi/'); chdir('/var/root');