aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-10 18:12:13 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-10 18:12:13 +0100
commit7ace84ccbc69816800b4ae6e17d670492d033fc5 (patch)
treef176e78fbc72124da0a98321e06e746af8366047 /stubdom
parente7a00028f94290b4e8c4a3fb63edabca5b47996e (diff)
downloadxen-7ace84ccbc69816800b4ae6e17d670492d033fc5.tar.gz
xen-7ace84ccbc69816800b4ae6e17d670492d033fc5.tar.bz2
xen-7ace84ccbc69816800b4ae6e17d670492d033fc5.zip
stubdom: Fix stubdom-dm after c/s 19818
19818 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@eu.citrix.com>
Diffstat (limited to 'stubdom')
-rw-r--r--stubdom/stubdom-dm3
1 files changed, 2 insertions, 1 deletions
diff --git a/stubdom/stubdom-dm b/stubdom/stubdom-dm
index 06b29e5b3f..b163df2222 100644
--- a/stubdom/stubdom-dm
+++ b/stubdom/stubdom-dm
@@ -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