]> code.delx.au - refind/blobdiff - mkcdimage
Update to NEWS.txt to note recent submission.
[refind] / mkcdimage
index 4dc8b0bb2d39d50302c17d6894ed1410439ecf95..a7948127eb65950e4271d3f5578f39e7c516fbea 100755 (executable)
--- a/mkcdimage
+++ b/mkcdimage
@@ -35,7 +35,10 @@ cp $StartDir/shell*.efi ./
 # EFI-boot CD...
 ln ../../refind/refind_ia32.efi ./bootia32.efi
 ln ../../refind/refind_x64.efi ./bootx64.efi
-ln ../../refind/refind.conf-sample ./refind.conf
+ln ../../refind/refind_aa64.efi ./bootaa64.efi
+cp ../../refind/refind.conf-sample ./refind.conf
+sed -i '/#showtools/a showtools shell,memtest,gdisk,apple_recovery,csr_rotate,windows_recovery,mok_tool,about,shutdown,reboot,firmware' refind.conf
+sed -i '/#csr_values/a csr_values 10,77' refind.conf
 mkdir icons
 cd icons
 ln ../../../refind/icons/* ./
@@ -46,7 +49,11 @@ ln ../../../refind/drivers_x64/* ./
 cd ..
 mkdir drivers_ia32
 cd drivers_ia32
-ln ../../../refind/drivers_x64/* ./
+ln ../../../refind/drivers_ia32/* ./
+cd ..
+mkdir drivers_aa64
+cd drivers_aa64
+ln ../../../refind/drivers_aa64/* ./
 cd ../../..
 
 # Get the size of the binaries to go in the El Torito image in kB
@@ -65,27 +72,15 @@ mkdosfs -n "ElTorito" refind-bin-$Version.img
 mcopy -irefind-bin-$Version.img -s EFI shell*.efi ::/
 
 # Make the ISO-9660 image file....
-mkisofs -A "Bootable rEFInd" -V "rEFInd $Version" -volset "rEFInd $Version" \
+mkisofs -A "Bootable rEFInd" -V "rEFInd_$Version" -volset "rEFInd_$Version" \
     -J -r -v -x ./lost+found -o ../../refind-cd-$Version.iso \
     -eltorito-alt-boot -efi-boot refind-bin-$Version.img \
     -no-emul-boot ./
 
-# Below is like above, but also creates an El Torito entry for BIOS
-# booting. That's useless, but in case something flakes out without
-# it, I'll preserve this version for a while....
-#mkisofs -A "Bootable rEFInd" -V "rEFInd $Version" -volset "rEFInd $Version" \
-#    -J -r -v -x ./lost+found -o ../../refind-cd-$Version.iso \
-#    -b refind-bin-$Version.img -c boot.cat -no-emul-boot -boot-load-size 4 \
-#    -eltorito-alt-boot -efi-boot refind-bin-$Version.img \
-#    -no-emul-boot ./
-
 # Create a bootable USB flash drive image, using the FAT filesystem
 # created above and a stored partition table image (plus some empty
 # sectors)....
 #
-# Note: Seems to work on only a few systems, so I'm not distributing
-# the resulting images yet....
-#
 rm -f ../../refind-flashdrive-$Version.*
 let FatSize=`du -s refind-bin-$Version.img | cut -f 1`
 let FatSize=($FatSize)+2048