[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [Patch] mkdir /var/xen/dump
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@xxxxxxxxxxxxxx> 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 Attachment:
mkdir_var_xen_dump.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |