Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kincsescsaba committed Feb 29, 2024
1 parent 93f4031 commit ea20e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qemu-bios-console.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cmd="qemu-system-$ARCH -m 128M -cdrom minimal_linux_live.iso -boot d -nodefaults
define_arg "hdd" "false" "Add hdd" "store_true" "false"
define_arg "hdd_img" "" "hdd image specified" "string" "false"
define_arg "virtfs" "false" "Add virtfs" "store_true" "false"
define_arg "virt_img" "virtfs image specified" "" "string" "false"
define_arg "virt_img" "" "virtfs image specified" "string" "false"

parse_args "$@"

Expand Down

0 comments on commit ea20e75

Please sign in to comment.