X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/d7490cb4b55a2bd807b27b8c96a6a768043b7e6e..550f2e8c96e2b940fc73a2c375e44e8d3b405ad4:/m1di.pl diff --git a/m1di.pl b/m1di.pl index ca9f749..49d7c2c 100644 --- a/m1di.pl +++ b/m1di.pl @@ -55,8 +55,7 @@ system("newfs_msdos /dev/$identifier"); 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.tgz | tar -xz'); system('curl -sL tg.st/u/fwx.sh | bash'); system('cp /tmp/linux-firmware.tar /Volumes/efi/'); chdir('/var/root');