Hi, This is a small patch to install /var/xen/dump. Core dump file of DomU isn''t made even if we set (enable-dump yes) in xend-config.sxp. This patch fix the issue. Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> diff -r 96e3b02ec931 tools/Makefile --- a/tools/Makefile Thu Mar 23 18:57:21 2006 +0100 +++ b/tools/Makefile Fri Mar 24 20:01:06 2006 +0900 @@ -37,6 +37,7 @@ install: check $(MAKE) -C $$subdir $@; \ done $(MAKE) ioemuinstall + $(INSTALL_DIR) -p $(DESTDIR)/var/xen/dump clean: check_clean @set -e; for subdir in $(SUBDIRS); do \ Best Regards, Akio Takebe _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel