* Apply some fixes to the xendomains script.

svn path=/nixpkgs/trunk/; revision=24120
This commit is contained in:
Eelco Dolstra 2010-10-06 16:04:04 +00:00
parent 4e94575014
commit 3137cb5c59

View File

@ -90,6 +90,12 @@ stdenv.mkDerivation {
substituteInPlace tools/python/xen/remus/device.py \ substituteInPlace tools/python/xen/remus/device.py \
--replace /usr/lib/xen/bin/imqebt $out/${libDir}/xen/bin/imqebt --replace /usr/lib/xen/bin/imqebt $out/${libDir}/xen/bin/imqebt
# Allow the location of the xendomains config file to be
# overriden at runtime.
substituteInPlace tools/hotplug/Linux/init.d/xendomains \
--replace 'XENDOM_CONFIG=/etc/sysconfig/xendomains' "" \
--replace /bin/ls ls
# Xen's stubdoms need various sources that it usually fetches at # Xen's stubdoms need various sources that it usually fetches at
# build time using wget. We can't have that. # build time using wget. We can't have that.
${flip concatMapStrings stubdomSrcs (x: let src = fetchurl x; in '' ${flip concatMapStrings stubdomSrcs (x: let src = fetchurl x; in ''