Odstraněn flag --no-reboot a --no-shutdown
This commit is contained in:
@@ -82,7 +82,7 @@ $(DATA_DISK):
|
|||||||
test -f $(DATA_DISK) || dd if=/dev/zero of=$(DATA_DISK) bs=512 count=8192
|
test -f $(DATA_DISK) || dd if=/dev/zero of=$(DATA_DISK) bs=512 count=8192
|
||||||
|
|
||||||
run: $(IMG) $(DATA_DISK)
|
run: $(IMG) $(DATA_DISK)
|
||||||
qemu-system-x86_64 -no-reboot -no-shutdown -drive format=raw,file=$(IMG),if=ide,index=0 -drive format=raw,file=$(DATA_DISK),if=ide,index=1
|
qemu-system-x86_64 -drive format=raw,file=$(IMG),if=ide,index=0 -drive format=raw,file=$(DATA_DISK),if=ide,index=1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILD)
|
rm -rf $(BUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user