From 1b376e5438c84327aa181a5891eaf5140ba22831 Mon Sep 17 00:00:00 2001 From: xiekaidong <2447742618@qq.com> Date: Thu, 21 Dec 2023 14:45:46 +0800 Subject: [PATCH] debug makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3e73f0e2..965fdf0a3 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ write_diskimage: # 写入磁盘镜像(uefi) write_diskimage-uefi: - bash -c "export ARCH=$(ARCH); cd tools && bash grub_auto_install.sh && sudo ARCH=$(ARCH)bash $(ROOT_PATH)/tools/write_disk_image.sh --bios=uefi && cd .." + bash -c "export ARCH=$(ARCH); cd tools && bash grub_auto_install.sh && sudo ARCH=$(ARCH) bash $(ROOT_PATH)/tools/write_disk_image.sh --bios=uefi && cd .." # 不编译,直接启动QEMU qemu: sh -c "cd tools && bash run-qemu.sh --bios=legacy --display=window && cd .."