From 7ace84ccbc69816800b4ae6e17d670492d033fc5 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 10 Jul 2009 18:12:13 +0100 Subject: 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 --- stubdom/stubdom-dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stubdom/stubdom-dm') 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 -- cgit v1.2.3