We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0ea84 commit 89ed0d1Copy full SHA for 89ed0d1
framework_uefi/Makefile
@@ -45,7 +45,7 @@ $(BUILD)/UEFI-Shell-fwk.iso: $(BUILD)/boot.efi
45
wget https://github.com/pbatard/UEFI-Shell/releases/download/24H2/shellx64.efi
46
mkdir -p $@.tmp/efi/boot
47
cp $< $@.tmp/efi/boot/fwk.efi
48
- cp $@.tmp/efi/boot/shellx64.efi
+ cp shellx64.efi $@.tmp/efi/boot/bootx64.efi
49
genisoimage -v -V "UEFI SHELL with fwk.efi" -JR -o "UEFI-Shell-fwk.iso" $(BUILD)/$@.tmp
50
51
$(BUILD)/boot.efi: ../Cargo.lock $(SRC_DIR)/Cargo.toml $(SRC_DIR)/src/*
0 commit comments