From 48d3d9c38127ab48c9717e1e29938c9b05f0ec4b Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 30 Jun 2008 11:59:44 +0000 Subject: [PATCH] boot xen kernel in quiet mode to avoid flooding the log with uninteresting details --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")' "$@" -- 2.7.4