no message
parent
e0dff229a8
commit
49156f336d
|
@ -134,6 +134,7 @@ elif [[ $virt_netinfo_type == "1" ]]; then
|
||||||
if [[ ${virt_netinfo_address} == "dhcp" ]]; then
|
if [[ ${virt_netinfo_address} == "dhcp" ]]; then
|
||||||
sed -e "s/%DOMAIN%/${domain}/" ${WORKING_DIR}/network/network-config-dhcp-v1 > ${WORKING_DIR}/output/network-config
|
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"
|
extra_iso_files=" -map $WORKING_DIR/output/network-config network-config"
|
||||||
|
fi
|
||||||
elif [[ $virt_netinfo_type == "2" ]]; then
|
elif [[ $virt_netinfo_type == "2" ]]; then
|
||||||
echo "Not implemented yet!"
|
echo "Not implemented yet!"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue