Specify raw ISO format explicitely to avoid QEMU warning

This commit is contained in:
Philipp Oppermann
2015-11-23 15:27:49 +01:00
parent 43924afbbf
commit e52d8bcfd2
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ clean:
@rm -rf build
run: $(iso)
@qemu-system-x86_64 -hda $(iso)
@qemu-system-x86_64 -drive format=raw,file=$(iso)
iso: $(iso)