mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
Meta: Re-add boot drive to aarch64 run configuration
This broke in c2e24a2fa1
where the boot
drive was removed from `SERENITY_MACHINE`. We now add the boot drive to
the common Qemu arguments, so it gets included in the aarch64 run
configuration as well.
This commit is contained in:
parent
3365a1e034
commit
2e3bff7ab1
Notes:
sideshowbarker
2024-07-17 02:14:39 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/2e3bff7ab1 Pull-request: https://github.com/SerenityOS/serenity/pull/19311
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,6 @@ if [ -z "$SERENITY_MACHINE" ]; then
|
|||
-device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3
|
||||
-device ich9-ahci,bus=bridge3
|
||||
-chardev stdio,id=stdout,mux=on
|
||||
$SERENITY_BOOT_DRIVE
|
||||
"
|
||||
fi
|
||||
fi
|
||||
|
@ -340,6 +339,7 @@ fi
|
|||
[ -z "$SERENITY_COMMON_QEMU_ARGS" ] && SERENITY_COMMON_QEMU_ARGS="
|
||||
$SERENITY_EXTRA_QEMU_ARGS
|
||||
$SERENITY_MACHINE
|
||||
$SERENITY_BOOT_DRIVE
|
||||
-cpu $SERENITY_QEMU_CPU
|
||||
-name SerenityOS
|
||||
-d guest_errors
|
||||
|
|
Loading…
Add table
Reference in a new issue