From 94094fb4e1c9c52fdac4e62f7cfda0eeb6d6f03c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 12 Nov 2009 09:04:38 +0000 Subject: [PATCH] support xen setups with root file on tmpfs --- build | 1 + 1 file changed, 1 insertion(+) diff --git a/build b/build index cfc5db8..f529586 100755 --- a/build +++ b/build @@ -1097,6 +1097,7 @@ for SPECFILE in "${SPECFILES[@]}" ; do XMSWAP="disk=$XMSWAP,hda2,w" fi XENID="${VM_IMAGE%/root}" + XENID="${XENID%/tmpfs}" XENID="${XENID##*/}" CROSS_INIT_SCRIPT="/.build/build" # to run the qemu initialization in the XEN chroot, we need to register it with a statically build shell -- 2.7.4