aboutsummaryrefslogtreecommitdiffstats
path: root/tdfvm-install
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@libreoffice.org>2016-10-21 12:01:00 +0200
committerGuilhem Moulin <guilhem@libreoffice.org>2016-10-21 12:02:40 +0200
commit7258b7506f51f6863e5fbe5de178636fb246c831 (patch)
treefd28a3b3288718f8d3ef96e7ba609fcf27ab8ba4 /tdfvm-install
parent993cc06ab470a9d8dc5c2d17eecc66d80438e435 (diff)
Attach a VirtIO RNG to the guest (and don't install haveged).
To avoid starving the host's RNG we also limit throughput to 512 bytes/s.
Diffstat (limited to 'tdfvm-install')
-rwxr-xr-xtdfvm-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdfvm-install b/tdfvm-install
index 49190c1..54a0e63 100755
--- a/tdfvm-install
+++ b/tdfvm-install
@@ -236,6 +236,7 @@ virt-install -q --connect "$LIBVIRT_URI" \
--disk "path=$VMTMPDIR/install.iso,device=cdrom,bus=sata,readonly=on" \
--disk "$DISK,bus=virtio" \
--channel "unix,target_type=virtio,name=org.qemu.guest_agent.0" \
+ --rng "random,device=/dev/random,model=virtio,rate_bytes=512" \
--filesystem "source=$VMTMPDIR/virtfs,target=virtfs" \
--network "$NETWORK" \
--graphics "$GRAPHICS" \