Skip to content

Commit

Permalink
Merge pull request #56 from opoplawski/vnc
Browse files Browse the repository at this point in the history
Restore default virt-install to be vnc graphics
  • Loading branch information
brejoc authored Nov 25, 2019
2 parents 3b61df3 + 76db720 commit 6d325d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions koan/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def main():
"-g",
"--graphics",
dest="gfx_type",
default="vnc",
help="specify the graphics type: vnc, sdl, spice, none"
)
p.add_option(
Expand Down

0 comments on commit 6d325d0

Please sign in to comment.