boot xen kernel in quiet mode to avoid flooding the log with uninteresting details
authorLudwig Nussel <ludwig.nussel@suse.de>
Mon, 30 Jun 2008 11:59:44 +0000 (11:59 +0000)
committerLudwig Nussel <ludwig.nussel@suse.de>
Mon, 30 Jun 2008 11:59:44 +0000 (11:59 +0000)
build

diff --git a/build b/build
index 0370f05..d77005c 100755 (executable)
--- 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")' "$@"