From 0d430469f89857d99a55308f71cc7ea963e306e3 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Wed, 22 May 2019 15:29:50 +0530 Subject: [PATCH] Add pass through entropy to guest operating system CoreOS required the `random: crng init done` and this will help to provide it fast. Also we added the console `tty` so if by any chance vm doesn't come up we can debug using `virsh console `. - https://libvirt.org/formatdomain.html#elementsRng --- constants.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/constants.go b/constants.go index 22ad14d2..36340b8d 100644 --- a/constants.go +++ b/constants.go @@ -48,6 +48,13 @@ const ( + + + + + + /dev/random + ` )