mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 19:36:47 +00:00
解决由于Makefile问题导致make run-uefi无法正常启动的问题 (#473)
This commit is contained in:
parent
08a2ee4084
commit
070e991008
2
Makefile
2
Makefile
@ -89,7 +89,7 @@ write_diskimage:
|
|||||||
|
|
||||||
# 写入磁盘镜像(uefi)
|
# 写入磁盘镜像(uefi)
|
||||||
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
|
||||||
qemu:
|
qemu:
|
||||||
sh -c "cd tools && bash run-qemu.sh --bios=legacy --display=window && cd .."
|
sh -c "cd tools && bash run-qemu.sh --bios=legacy --display=window && cd .."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user