From 621d14bfd85a6d1bdc6e2e3802d86e951918239e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20Schr=C3=B6der?= Date: Mon, 31 Mar 2008 08:15:15 +0000 Subject: [PATCH] - make it work in the buildservice again --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index eb6c2ed..4c2c08e 100755 --- a/build +++ b/build @@ -357,8 +357,8 @@ detect_xen_2nd_stage() test $i = 1 || echo fi #why would one want to do that?? Breaks all kinds of things -# umount -l /dev 2>/dev/null # XXX: why wait for it and then recreate? + umount -l /dev 2>/dev/null if test -n "$XENSWAP" ; then rm -f "$XENSWAP" umask 027 @@ -558,7 +558,7 @@ while test -n "$1"; do shift ;; *-xenmemory) - XENMEMORY="memory=$ARG" + VM_MEMORY="$ARG" shift ;; *-rpmlist) -- 2.7.4