From 49156f336db5475250bbd0882e2e57008180b8cd Mon Sep 17 00:00:00 2001 From: Brielle Bruns Date: Sun, 13 May 2018 21:10:10 -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 1cca685..f131839 100755 --- a/virt-install-cloud.sh +++ b/virt-install-cloud.sh @@ -134,6 +134,7 @@ elif [[ $virt_netinfo_type == "1" ]]; then if [[ ${virt_netinfo_address} == "dhcp" ]]; then sed -e "s/%DOMAIN%/${domain}/" ${WORKING_DIR}/network/network-config-dhcp-v1 > ${WORKING_DIR}/output/network-config extra_iso_files=" -map $WORKING_DIR/output/network-config network-config" + fi elif [[ $virt_netinfo_type == "2" ]]; then echo "Not implemented yet!" fi