]> code.delx.au - refind/blobdiff - mkcdimage
Properly initialise variable to fix detection of non-Arch kernel versions
[refind] / mkcdimage
index 3c8b58f792c245201ab98f2f320e7611999c3fc9..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/* ./
@@ -47,6 +50,10 @@ cd ..
 mkdir drivers_ia32
 cd drivers_ia32
 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
@@ -70,22 +77,10 @@ mkisofs -A "Bootable rEFInd" -V "rEFInd_$Version" -volset "rEFInd_$Version" \
     -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