diff options
author | William Pitcock <nenolod@dereferenced.org> | 2013-12-31 14:11:46 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2013-12-31 14:13:02 +0000 |
commit | 157e38bfbb80daadeea3df319acaa6a098a7c280 (patch) | |
tree | 3a6c3330956d31fe3d9ae463f48c61262415c2f0 /main/xen/init-xenstore-domain.patch | |
parent | 94998965c2563e48e8ce172ac6b3a3db819740f8 (diff) | |
download | aports-157e38bfbb80daadeea3df319acaa6a098a7c280.tar.bz2 aports-157e38bfbb80daadeea3df319acaa6a098a7c280.tar.xz |
main/xen: implement experimental support for running the xenstore as a stubdomain
Diffstat (limited to 'main/xen/init-xenstore-domain.patch')
-rw-r--r-- | main/xen/init-xenstore-domain.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/xen/init-xenstore-domain.patch b/main/xen/init-xenstore-domain.patch new file mode 100644 index 0000000000..0f529efdc2 --- /dev/null +++ b/main/xen/init-xenstore-domain.patch @@ -0,0 +1,10 @@ +--- xen-4.3.1.orig/tools/xenstore/Makefile ++++ xen-4.3.1/tools/xenstore/Makefile +@@ -118,6 +118,7 @@ + $(INSTALL_PROG) xenstored $(DESTDIR)$(SBINDIR) + $(INSTALL_PROG) xenstore-control $(DESTDIR)$(BINDIR) + $(INSTALL_PROG) xenstore $(DESTDIR)$(BINDIR) ++ $(INSTALL_PROG) init-xenstore-domain $(DESTDIR)$(BINDIR) + set -e ; for c in $(CLIENTS) ; do \ + ln -f $(DESTDIR)$(BINDIR)/xenstore $(DESTDIR)$(BINDIR)/$${c} ; \ + done |