From b34a9e159d945d057a55c08e5bddc2cc0e952a98 Mon Sep 17 00:00:00 2001 From: Brielle Bruns Date: Thu, 19 Apr 2018 12:24:33 -0600 Subject: [PATCH] no message --- virt-install-cloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/virt-install-cloud.sh b/virt-install-cloud.sh index 715a4f0..184a8ef 100755 --- a/virt-install-cloud.sh +++ b/virt-install-cloud.sh @@ -160,6 +160,7 @@ virt-install \ --ram ${ram} \ --vcpus=${cpucount} \ --noautoconsole \ + --graphics none \ --memballoon virtio \ --network ${net_interface} \ --boot hd \