Skip to content

Commit be5a495

Browse files
committed
updates
1 parent 6b0f750 commit be5a495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_ubuntu24_arm_raw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ run_qemu_boot_test() {
177177
-cpu host \\
178178
-drive if=none,file=\"\$IMAGE\",format=raw,id=nvme0 \\
179179
-device nvme,drive=nvme0,serial=deadbeef \\
180-
-bios edk2-aarch64-code.fd \\
180+
-bios /usr/share/qemu/edk2-aarch64-code.fd \\
181181
-nographic \\
182182
-serial mon:stdio \\
183183
> \"\$LOGFILE\" 2>&1 &

0 commit comments

Comments
 (0)