From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4AA9F138010 for ; Sat, 13 Oct 2012 18:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F310EE059B; Sat, 13 Oct 2012 18:36:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7891BE059B for ; Sat, 13 Oct 2012 18:36:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B420833D97F for ; Sat, 13 Oct 2012 18:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5D3E4E5436 for ; Sat, 13 Oct 2012 18:36:36 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1350153203.5d93452a3be7dcc71ad1db96f28e6275d00deb20.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_initramfs.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 5d93452a3be7dcc71ad1db96f28e6275d00deb20 X-VCS-Branch: master Date: Sat, 13 Oct 2012 18:36:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 74363b0e-9c6e-4f99-b66f-5f184278eaeb X-Archives-Hash: ac6f051edc4fc5d2214649ed53aaddd1 commit: 5d93452a3be7dcc71ad1db96f28e6275d00deb20 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Oct 13 18:33:23 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Oct 13 18:33:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=5d93452a Record the version of Genkernel used to build a given initramfs. Signed-off-by: Robin H. Johnson gentoo.org> --- gen_initramfs.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 29fa652..f986ed4 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -88,6 +88,7 @@ append_base_layout() { mknod -m 600 ttyS0 c 4 64 date -u '+%Y%m%d-%H%M%S' > ${TEMP}/initramfs-base-temp/etc/build_date + echo "Genkernel $GK_V" > ${TEMP}/initramfs-base-temp/etc/build_id cd "${TEMP}/initramfs-base-temp/" log_future_cpio_content