The ipxe boot settings file needs quotes around the dns parameter
to support multiple dns servers during os load.
Signed-off-by: davidplunkett <dp7642@att.com>
Change-Id: I3735b1aba6fc83a888b236bd07177372cb1166ac
set mynm @@SRV_NETMASK@@
set mygw @@SRV_GATEWAY@@
set myinterface interface=@@SRV_SLAVE1@@
- set mystaticnet netcfg/disable_autoconfig=true netcfg/vlan_id=@@SRV_VLAN@@ netcfg/get_ipaddress=@@SRV_IP@@ netcfg/get_netmask=@@SRV_NETMASK@@ netcfg/get_gateway=@@SRV_GATEWAY@@ netcfg/get_nameservers=@@SRV_DNS@@ netcfg/get_domain=@@SRV_DOMAIN@@ netcfg/confirm_static=true
+ set mystaticnet netcfg/disable_autoconfig=true netcfg/vlan_id=@@SRV_VLAN@@ netcfg/get_ipaddress=@@SRV_IP@@ netcfg/get_netmask=@@SRV_NETMASK@@ netcfg/get_gateway=@@SRV_GATEWAY@@ netcfg/get_nameservers="@@SRV_DNS@@" netcfg/get_domain=@@SRV_DOMAIN@@ netcfg/confirm_static=true
set ramdisk root=/dev/ram0 load_ramdisk=1 ramdisk_size=524288
set iname initrd-@@SRV_OSVER@@
set uroot ubuntu-@@SRV_OSWEB_DIR@@