From: Konrad Rzeszutek Wilk Date: Wed, 12 Jan 2011 22:14:17 +0000 (-0500) Subject: xend-config: Allow relocation from anywhere. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7cdef824808adc00b430131f77b5002680dcebd3;p=xentesttools%2Fbootstrap.git xend-config: Allow relocation from anywhere. --- diff --git a/root_image/Makefile b/root_image/Makefile index c7bc27f..ef72efe 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -765,6 +765,8 @@ endif fi if [ -e userspace/etc/xen/xend-config.sxp ]; then \ sed -i 's/\(^[[:blank:]]*(network-script network-bridge)\)/# \1/' userspace/etc/xen/xend-config.sxp; \ + sed -i 's/\(^[[:blank:]]*(xend-relocation-hosts-allow.*\)/# \1/' userspace/etc/xen/xend-config.sxp; \ + echo "(xend-relocation-hosts-allow '')" >> userspace/etc/xen/xend-config.sxp; \ fi .PHONY: nfs-install