From: Michael Schröder Date: Mon, 31 Mar 2008 08:15:15 +0000 (+0000) Subject: - make it work in the buildservice again X-Git-Tag: obs_2.0~403 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=621d14bfd85a6d1bdc6e2e3802d86e951918239e;p=tools%2Fobs-build.git - make it work in the buildservice again --- 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)