no message

master
Brie Bruns 2018-05-13 21:10:10 -06:00
parent e0dff229a8
commit 49156f336d
1 changed files with 1 additions and 0 deletions

View File

@ -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