summaryrefslogtreecommitdiff
path: root/image/iso-share/post-aarch64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'image/iso-share/post-aarch64.sh')
-rwxr-xr-ximage/iso-share/post-aarch64.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/image/iso-share/post-aarch64.sh b/image/iso-share/post-aarch64.sh
index 6880978..6e13293 100755
--- a/image/iso-share/post-aarch64.sh
+++ b/image/iso-share/post-aarch64.sh
@@ -48,8 +48,6 @@ cat >cdroot/System/Library/CoreServices/SystemVersion.plist <<PLIST
<string>1.0</string>
</dict>
PLIST
-#cp disk-label cdroot/System/Library/CoreServices/.disk_label
-#echo 'Adélie 64-bit' >cdroot/System/Library/CoreServices/.disk_label.contentDetails
cp efi64.exe cdroot/System/Library/CoreServices/boot.efi
if ! type mkfs.fat>/dev/null || ! type mtools>/dev/null; then
@@ -64,7 +62,6 @@ else
mkfs.fat efi64.img
mmd A:/EFI
mmd A:/EFI/BOOT
- mcopy efi64.exe A:/EFI/BOOT/bootaa64.efi
+ mcopy efi64.exe A:/EFI/BOOT/BOOTAA64.EFI
rm efi64.exe mtoolsrc
- mv efi64.img cdroot/efi.img
fi