mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Meta: Don't reboot on triple-fault in CI mode
Instead, just make QEMU quit immediately.
This commit is contained in:
parent
6a537ceef1
commit
466e2a2fb7
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ elif [ "$SERENITY_RUN" = "ci" ]; then
|
||||||
-m $SERENITY_RAM_SIZE \
|
-m $SERENITY_RAM_SIZE \
|
||||||
-cpu $SERENITY_QEMU_CPU \
|
-cpu $SERENITY_QEMU_CPU \
|
||||||
-d guest_errors \
|
-d guest_errors \
|
||||||
|
-no-reboot \
|
||||||
-smp 2 \
|
-smp 2 \
|
||||||
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk \
|
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk \
|
||||||
-device ich9-ahci \
|
-device ich9-ahci \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue