Skip to content

Commit

Permalink
actually ensure that loaded VMs have proper entropy available ...
Browse files Browse the repository at this point in the history
- addresses issue raised in #74 by @so0k

Signed-off-by: António Meireles <[email protected]>
  • Loading branch information
AntonioMeireles committed Jun 11, 2016
1 parent 1d2225d commit bd056df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ func (vm *VMInfo) assembleBootPayload() (cmd *exec.Cmd, err error) {
instr = []string{
"libxhyve_bug",
"-s", "0:0,hostbridge",
"-s", "5,virtio-rnd",
"-l", "com1,stdio",
"-s", "31,lpc",
"-U", vm.UUID,
Expand Down

0 comments on commit bd056df

Please sign in to comment.