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 1QTMnt-0000Gk-CM for garchives@archives.gentoo.org; Sun, 05 Jun 2011 23:32:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2660C1C02A; Sun, 5 Jun 2011 23:32:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EBFEE1C02A for ; Sun, 5 Jun 2011 23:32:13 +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 0CDE32AC053 for ; Sun, 5 Jun 2011 23:32:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E586880048 for ; Sun, 5 Jun 2011 23:32:11 +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: Subject: [gentoo-commits] proj/gentoaster:master 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: d1aadbeda8cd4edd4eb79c5236af655ae3487c6b Date: Sun, 5 Jun 2011 23:32:11 +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: 344d5e7bd00cd5295d379cd49c08d43c commit: d1aadbeda8cd4edd4eb79c5236af655ae3487c6b Author: Liam McLoughlin hexxeh net> AuthorDate: Sat Jun 4 18:51:21 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Sat Jun 4 18:51:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3Dd1aadbed Reenable hostname setting --- create_image.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/create_image.sh b/create_image.sh index 69cc84e..4f1d302 100755 --- a/create_image.sh +++ b/create_image.sh @@ -127,7 +127,7 @@ linux32 chroot . cp /usr/share/zoneinfo/${TIMEZONE} /= etc/localtime &>> ${LOG_FIL =20 echo "Setting hostname to ${HOSTNAME}" linux32 chroot . /bin/bash -c "echo 127.0.0.1 ${HOSTNAME}.local ${HOSTNA= ME} localhost > /etc/hosts" &>> ${LOG_FILE} -#linux32 chroot . hostname ${HOSTNAME} &>> ${LOG_FILE} +linux32 chroot . bin/hostname ${HOSTNAME} &>> ${LOG_FILE} =20 echo "Copying new fstab" cp ../fstab etc/fstab &>> ${LOG_FILE}