From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 074A51393E9 for ; Thu, 22 May 2014 20:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 266D6E09DF; Thu, 22 May 2014 20:28:53 +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 7207EE09DF for ; Thu, 22 May 2014 20:28:52 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [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 368C833FF28 for ; Thu, 22 May 2014 20:28:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DBB40182D3 for ; Thu, 22 May 2014 20:28:49 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1400789134.14205a0732037164dc34e7ff0b34209e2c3f0830.zerochaos@gentoo> Subject: [gentoo-commits] proj/genkernel:aufs commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/linuxrc X-VCS-Directories: defaults/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 14205a0732037164dc34e7ff0b34209e2c3f0830 X-VCS-Branch: aufs Date: Thu, 22 May 2014 20:28:49 +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: 2c6cde0a-e09c-4dca-869f-5496ecaa9a81 X-Archives-Hash: 09ccdfba34a65914629f4b458e8d8396 commit: 14205a0732037164dc34e7ff0b34209e2c3f0830 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 17 19:20:40 2014 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu May 22 20:05:34 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=14205a07 cleanup: these directories were dropped in the aufs patch. Signed-off-by: Robin H. Johnson gentoo.org> --- defaults/linuxrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/linuxrc b/defaults/linuxrc index e2e1b6f..8b474aa 100644 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -891,7 +891,7 @@ then done fi done - mkdir initramfs proc tmp sys 2>/dev/null + mkdir -p initramfs proc tmp run sys 2>/dev/null chmod 1777 tmp fi