From: Ludwig Nussel Date: Mon, 30 Jun 2008 11:59:44 +0000 (+0000) Subject: boot xen kernel in quiet mode to avoid flooding the log with uninteresting details X-Git-Tag: obs_2.0~352 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48d3d9c38127ab48c9717e1e29938c9b05f0ec4b;p=platform%2Fupstream%2Fbuild.git boot xen kernel in quiet mode to avoid flooding the log with uninteresting details --- diff --git a/build b/build index 0370f05..d77005c 100755 --- a/build +++ b/build @@ -961,7 +961,7 @@ for SPECFILE in "${SPECFILES[@]}" ; do XENID="${VM_IMAGE%/root}" XENID="${XENID##*/}" echo "booting XEN kernel ..." - set -- xm create -c $BUILD_DIR/xen.conf name="build:$XENID" ${MEMSIZE:+memory=$MEMSIZE} $XMROOT $XMSWAP extra="init=/.build/build panic=1 console=ttyS0" + set -- xm create -c $BUILD_DIR/xen.conf name="build:$XENID" ${MEMSIZE:+memory=$MEMSIZE} $XMROOT $XMSWAP extra="quiet init=/.build/build panic=1 console=ttyS0" if test "$PERSONALITY" != 0 ; then # have to switch back to PER_LINUX to make xm work set -- perl -e 'syscall('$PERSONALITY_SYSCALL', 0); exec(@ARGV) || die("$ARGV[0]: $!\n")' "$@"