From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QrbuK-0002y1-8K for garchives@archives.gentoo.org; Thu, 11 Aug 2011 20:31:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADF3E21C0C5; Thu, 11 Aug 2011 20:31:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7C96321C0C5 for ; Thu, 11 Aug 2011 20:31:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CA111B4063 for ; Thu, 11 Aug 2011 20:31:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DC35780044 for ; Thu, 11 Aug 2011 20:31:01 +0000 (UTC) From: "Liam McLoughlin" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Liam McLoughlin" Message-ID: <12d52e1b1505d415e448193fd1b16c59b6219c23.hexxeh@gentoo> Subject: [gentoo-commits] proj/gentoaster:webui commit in: / X-VCS-Repository: proj/gentoaster X-VCS-Files: create_image.sh X-VCS-Directories: / X-VCS-Committer: hexxeh X-VCS-Committer-Name: Liam McLoughlin X-VCS-Revision: 12d52e1b1505d415e448193fd1b16c59b6219c23 Date: Thu, 11 Aug 2011 20:31:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: acfcc860986df0a443b85a93fd86e15a Message-ID: <20110811203101.XEqLH5nmFhqzM8oZy5GqJvi84Qj2uo7apaieZXh0BQ4@z> commit: 12d52e1b1505d415e448193fd1b16c59b6219c23 Author: Liam McLoughlin hexxeh net> AuthorDate: Thu Aug 11 20:25:50 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Thu Aug 11 20:25:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3D12d52e1b If the kernel config is out of date, try to use defaults to stop the buil= d from failing --- create_image.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/create_image.sh b/create_image.sh index 3858dac..f83c1e3 100755 --- a/create_image.sh +++ b/create_image.sh @@ -232,6 +232,7 @@ else cp ${TOOL_RES_PATH}/kernelconfig usr/src/linux/.config || handle_error = "Error copying kernel config" =20 echo "Building kernel" &>> ${LOG_FILE} + yes "" | linux32 chroot . make -C /usr/src/linux oldconfig &>> ${LOG_FI= LE} || handle_error "Error configuring kernel" linux32 chroot . make -C /usr/src/linux -j${NUM_JOBS} &>> ${LOG_FILE} |= | handle_error "Error building kernel" =20 echo "Installing kernel" &>> ${LOG_FILE}