From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E4731382C5 for ; Wed, 4 Apr 2018 18:15:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33E5BE0B43; Wed, 4 Apr 2018 18:15:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10C1FE0B43 for ; Wed, 4 Apr 2018 18:15:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8946335C0C for ; Wed, 4 Apr 2018 18:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F7E8250 for ; Wed, 4 Apr 2018 18:15:28 +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: <1522865543.f40ff987f9064fe269d7d8bebcec435e6bfe7bbd.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: f40ff987f9064fe269d7d8bebcec435e6bfe7bbd X-VCS-Branch: master Date: Wed, 4 Apr 2018 18:15:28 +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: 977352b6-8173-4b96-9e41-5b1067fda9c9 X-Archives-Hash: 852ecc1efcaa785015fd6130c35b9d9b commit: f40ff987f9064fe269d7d8bebcec435e6bfe7bbd Author: Robin H. Johnson gentoo org> AuthorDate: Wed Apr 4 18:06:26 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Apr 4 18:12:23 2018 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f40ff987 Merge remote-tracking branch 'origin/overlayfs' Bring in new OverlayFS support by Rick Farina (Zero_Chaos) gentoo.org>. Signed-off-by: Robin H. Johnson gentoo.org> defaults/initrd.defaults | 4 + defaults/initrd.scripts | 173 +++++++++++++++++++++++----- defaults/linuxrc | 286 ++++++++++++++++++++++++----------------------- 3 files changed, 301 insertions(+), 162 deletions(-)