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 5612F139737 for ; Tue, 11 Aug 2015 18:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 455A71423C; Tue, 11 Aug 2015 18:38:10 +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 ACEAC1423C for ; Tue, 11 Aug 2015 18:38:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DDEB340DB9 for ; Tue, 11 Aug 2015 18:37:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD742163 for ; Tue, 11 Aug 2015 18:37:53 +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: <1439317276.421a7a9fd23106a9db17d2b73a51028a5a2354f5.zerochaos@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/initrd.scripts X-VCS-Directories: defaults/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 421a7a9fd23106a9db17d2b73a51028a5a2354f5 X-VCS-Branch: master Date: Tue, 11 Aug 2015 18:37:53 +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: e002ebd9-74e9-4f0c-aec6-8db70f4aec49 X-Archives-Hash: 190cbca6a1e7e78fc8c9b7dcc2ad2e69 commit: 421a7a9fd23106a9db17d2b73a51028a5a2354f5 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Fri Sep 5 16:11:48 2014 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Aug 11 18:21:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=421a7a9f change default aufs branch naming likewhoa didn't like my default naming, and I don't like his, so we compromised on aufs-rw-branch so no one is happy :-) defaults/initrd.scripts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 8edaea4..d8142a2 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -186,9 +186,9 @@ bootstrapFS() { aufs_dev_mnt=/mnt/aufs-dev if [ -z "$aufs_dev_uid" ]; then - aufs_branch=$aufs_memory/aufs-branch/default + aufs_branch=$aufs_memory/aufs-rw-branch/default else - aufs_branch=$aufs_memory/aufs-branch/$aufs_dev_uid + aufs_branch=$aufs_memory/aufs-rw-branch/$aufs_dev_uid fi mkdir -p $aufs_memory $aufs_union $aufs_dev_mnt