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 64261138A1F for ; Mon, 14 Apr 2014 00:48:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1E78E0B0E; Mon, 14 Apr 2014 00:48:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51ED7E0B27 for ; Mon, 14 Apr 2014 00:48:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 708803401F2 for ; Mon, 14 Apr 2014 00:48:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 30A5218732 for ; Mon, 14 Apr 2014 00:48:54 +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: <1397433133.81b2d47d33f0973556e88975fbcc66b442c81764.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:debug-build 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: 81b2d47d33f0973556e88975fbcc66b442c81764 X-VCS-Branch: debug-build Date: Mon, 14 Apr 2014 00:48:54 +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: 0981f8ad-671e-4f97-a273-9d60d84d7819 X-Archives-Hash: f29a8146a4d3c23b3f1fb48afee06808 commit: 81b2d47d33f0973556e88975fbcc66b442c81764 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Apr 13 23:52:13 2014 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Apr 13 23:52:13 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=81b2d47d Force ownership of files in building initramfs. --- gen_initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 61f0c41..070dffc 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -2,7 +2,7 @@ # $Id$ COPY_BINARIES=false -CPIO_ARGS="--quiet -o -H newc" +CPIO_ARGS="--quiet -o -H newc --owner root:root --force-local" # The copy_binaries function is explicitly released under the CC0 license to # encourage wide adoption and re-use. That means: