From 7cdef824808adc00b430131f77b5002680dcebd3 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 12 Jan 2011 17:14:17 -0500 Subject: [PATCH] xend-config: Allow relocation from anywhere. --- root_image/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5