Skip to content

Commit 89ed0d1

Browse files
committed
fixup! Build Rufus compatible ISO
1 parent cd0ea84 commit 89ed0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework_uefi/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $(BUILD)/UEFI-Shell-fwk.iso: $(BUILD)/boot.efi
4545
wget https://github.com/pbatard/UEFI-Shell/releases/download/24H2/shellx64.efi
4646
mkdir -p $@.tmp/efi/boot
4747
cp $< $@.tmp/efi/boot/fwk.efi
48-
cp $@.tmp/efi/boot/shellx64.efi
48+
cp shellx64.efi $@.tmp/efi/boot/bootx64.efi
4949
genisoimage -v -V "UEFI SHELL with fwk.efi" -JR -o "UEFI-Shell-fwk.iso" $(BUILD)/$@.tmp
5050

5151
$(BUILD)/boot.efi: ../Cargo.lock $(SRC_DIR)/Cargo.toml $(SRC_DIR)/src/*

0 commit comments

Comments
 (0)