save
This commit is contained in:
parent
764967c8e0
commit
93f402b012
9 changed files with 299 additions and 4 deletions
5
bin/vm
5
bin/vm
|
|
@ -31,6 +31,11 @@ OptionParser.new do |opt|
|
|||
options.tpm = true
|
||||
end
|
||||
|
||||
opt.on('--shell', 'QEMU process must be detached to exec ssh') do
|
||||
options.shell = true
|
||||
options.detached = true
|
||||
end
|
||||
|
||||
opt.on('--detached') do
|
||||
options.detached = true
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue