From 956532199050069c5b1bdb4546f35abf7d80c9de Mon Sep 17 00:00:00 2001 From: Brielle Bruns Date: Tue, 3 Jul 2018 09:23:42 -0600 Subject: [PATCH] Fix ejection of cdrom media --- virt-install-cloud.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/virt-install-cloud.sh b/virt-install-cloud.sh index e7f1477..07ef363 100755 --- a/virt-install-cloud.sh +++ b/virt-install-cloud.sh @@ -1,8 +1,8 @@ #!/bin/bash # Heavily Modified Script By: Brielle Bruns -# Date: 06/08/2018 +# Date: 07/03/2018 # URL: https://git.sosdg.org/brielle/virt-install-cloud -# Version: 1.1 +# Version: 1.1.1 # # Originally based on: # virt-install-cloud.sh : script to start an OpenStack cloud image on kvm @@ -229,7 +229,7 @@ virt-install \ sleep 5 -virsh change-media ${hostname}.${domain} vdb --eject --config +virsh change-media ${hostname}.${domain} hda --eject --config # cleanup rm configuration.iso output/meta-data output/user-data output/network-config