Tools: Fix run.sh and update rebuild-and-run.sh to use fast-run.sh

This commit is contained in:
apio 2022-10-24 21:18:28 +02:00
parent ada7f1e701
commit 8cfede341f
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ cd $LUNA_ROOT
tools/rebuild-iso.sh
qemu-system-x86_64 -cdrom Luna.iso -smp 1 -m 256M -serial stdio -enable-kvm $@
tools/fast-run.sh $@

View File

@ -7,4 +7,4 @@ cd $LUNA_ROOT
tools/build-iso.sh
tools/fast-run.sh
tools/fast-run.sh $@