]> git.zerfleddert.de Git - m1-debian/commitdiff
fix m1di
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 23 Feb 2022 21:35:04 +0000 (22:35 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 23 Feb 2022 21:35:04 +0000 (22:35 +0100)
m1di.pl

diff --git a/m1di.pl b/m1di.pl
index b55f8d217fe25768dcd9458c1be3db447893c32e..49d7c2c5053b661c098848340f67f979a51421dc 100644 (file)
--- 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 -sL https://tg.st/efi.tgz | tar -xzf -');
+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');
Impressum, Datenschutz