|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] fix stubdom-dm
Hi all,
turns out that stubdoms cannot be created anymore because of an error in
stubdom-dm: CS 19818 signed off by Christoph Egger, added the following
line to stubdom-dm:
. ./stubdompath.sh
and replaced many paths with variables.
However the path to stubdompath.sh is obviously wrong and stubdompath.sh
is nowhere to be found anyway.
For the moment I am dropping . ./stubdompath.sh and hardcoding the
values of the variables.
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---
diff -r 5c40f649a6a4 stubdom/stubdom-dm
--- a/stubdom/stubdom-dm Wed Jul 08 10:58:09 2009 +0100
+++ b/stubdom/stubdom-dm Fri Jul 10 16:51:38 2009 +0100
@@ -5,7 +5,8 @@
# dm script around stubdomains.
#
-. ./stubdompath.sh
+XEN_CONFIG_DIR="/etc/xen"
+XENFIRMWAREDIR="/usr/lib/xen/boot"
stubdom_configdir="${XEN_CONFIG_DIR}/stubdoms"
# To fit xterms nicely
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] fix stubdom-dm,
Stefano Stabellini <=
|
|
|
|
|