mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Meta: Explicitly specify the disk format in the QEMU options
Otherwise we're getting this warning: WARNING: Image format was not specified for '_disk_image' and probing guessed raw. Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted. Specify the 'raw' format explicitly to remove the restrictions.
This commit is contained in:
parent
c73c40a21d
commit
8e8b1c8333
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-device secondary-vga
|
||||
-device bochs-display,bus=pcie.6,addr=0x10.0x0
|
||||
-device piix3-ide
|
||||
-drive file=${SERENITY_DISK_IMAGE},id=disk,if=none
|
||||
-drive file=${SERENITY_DISK_IMAGE},format=raw,id=disk,if=none
|
||||
-device ahci,id=ahci
|
||||
-device ide-hd,bus=ahci.0,drive=disk,unit=0
|
||||
-usb
|
||||
|
|
Loading…
Add table
Reference in a new issue