disable debug output when packaging kiwi live images
authorAdrian Schröter <adrian@suse.de>
Wed, 21 Apr 2010 12:01:33 +0000 (14:01 +0200)
committerAdrian Schröter <adrian@suse.de>
Wed, 21 Apr 2010 12:01:33 +0000 (14:01 +0200)
build_kiwi.sh

index a8f1a4e..281df93 100644 (file)
@@ -229,7 +229,7 @@ sha256sum "$imageout$buildnum-$imgtype.tar.bz2" > "$imageout$buildnum-$imgtype.t
 EOF
                    ;;
            esac
-           chroot $BUILD_ROOT su -c "sh -e -x /kiwi_post.sh" || cleanup_and_exit 1
+           chroot $BUILD_ROOT su -c "sh -e /kiwi_post.sh" || cleanup_and_exit 1
            rm -f $BUILD_ROOT/kiwi_post.sh
        done
     fi