save
This commit is contained in:
parent
764967c8e0
commit
93f402b012
9 changed files with 299 additions and 4 deletions
|
|
@ -109,7 +109,8 @@ module VirtualMachine
|
|||
vars_fd: options[:vars_fd],
|
||||
cpus: [1, System.cpus - 2].max,
|
||||
detach: options[:detached],
|
||||
tpm: options[:tpm]
|
||||
tpm: options[:tpm],
|
||||
shell: options[:shell]
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue