misc changes
This commit is contained in:
parent
9b768a4e9e
commit
36a7c9066a
@ -19,7 +19,7 @@ cd ..
|
||||
#### On Real hardware
|
||||
|
||||
if your have amd64(x86_64) UEFI computer
|
||||
Download release and copy the bootx64.efi to <USB_DRIVE>/EFI/BOOT/bootx64.efi case independent
|
||||
Download release and copy the UEFI_fireworks.efi to <USB_DRIVE>/EFI/BOOT/bootx64.efi case independent
|
||||
|
||||
#### On VM
|
||||
|
||||
|
8
build.sh
8
build.sh
@ -9,9 +9,9 @@ else
|
||||
fi
|
||||
mkdir -p build/EFI/BOOT/
|
||||
if [ "$1" == "debug" ]; then
|
||||
cp $(find edk2/Build/UEFI_fireworks/DEBUG_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/
|
||||
cp $(find edk2/Build/UEFI_fireworks/DEBUG_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/EFI/BOOT/BOOTX64.EFI
|
||||
cp -v $(find edk2/Build/UEFI_fireworks/DEBUG_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/
|
||||
cp -v $(find edk2/Build/UEFI_fireworks/DEBUG_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/EFI/BOOT/BOOTX64.EFI
|
||||
else
|
||||
cp $(find edk2/Build/UEFI_fireworks/RELEASE_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/
|
||||
cp $(find edk2/Build/UEFI_fireworks/RELEASE_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/EFI/BOOT/BOOTX64.EFI
|
||||
cp -v $(find edk2/Build/UEFI_fireworks/RELEASE_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/
|
||||
cp -v $(find edk2/Build/UEFI_fireworks/RELEASE_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/EFI/BOOT/BOOTX64.EFI
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user