From 165b85fab5ea301289fceca30b53618d0453d36b Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 23 Jul 2012 16:48:13 -0700 Subject: [PATCH] empty dhcp information when start domr --- patches/systemvm/debian/config/etc/init.d/cloud-early-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config b/patches/systemvm/debian/config/etc/init.d/cloud-early-config index 314509eecb1..bcb62578742 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -646,6 +646,8 @@ EOF cp /etc/vpcdnsmasq.conf /etc/dnsmasq.conf cp /etc/cloud-nic.rules /etc/udev/rules.d/cloud-nic.rules echo "" > /etc/dnsmasq.d/dhcphosts.txt + echo "" > /etc/dhcphosts.txt + echo "" > /etc/dhcpopts.txt echo "dhcp-hostsfile=/etc/dhcphosts.txt" > /etc/dnsmasq.d/cloud.conf [ -z $DOMAIN ] && DOMAIN="cloudnine.internal"