Skip to content

Commit

Permalink
Merge pull request #482 from roblabla/fix-qemu-args
Browse files Browse the repository at this point in the history
Fix broken args to qemu
  • Loading branch information
roblabla authored Sep 18, 2019
2 parents 06c56ab + 23dfe4b commit 9885101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CLIPPY_RULES = """
-W clippy::used_underscore_binding \
-W clippy::wildcard_dependencies \
-W clippy::wrong_pub_self_convention"""
QEMU_COMMON_FLAGS = """
QEMU_COMMON_FLAGS = """\
-boot d \
-cdrom os.iso \
-serial stdio \
Expand Down

0 comments on commit 9885101

Please sign in to comment.