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 782EE13835A for ; Fri, 5 Jun 2020 21:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 991AEE089C; Fri, 5 Jun 2020 21:13:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 83D23E089C for ; Fri, 5 Jun 2020 21:13:57 +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 58C2934ED0F for ; Fri, 5 Jun 2020 21:13:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D258E288 for ; Fri, 5 Jun 2020 21:13:51 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1591391322.71d6e0bfeff39e6ffa9a3619060e731446c5b497.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/embedded.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 71d6e0bfeff39e6ffa9a3619060e731446c5b497 X-VCS-Branch: master Date: Fri, 5 Jun 2020 21:13:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db6a1606-418c-4974-9de6-376045c200a6 X-Archives-Hash: cc33a6adeeab3b6d06389cc528e64ead commit: 71d6e0bfeff39e6ffa9a3619060e731446c5b497 Author: Daniel Cordero 0xdc io> AuthorDate: Thu May 21 17:32:48 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 5 21:08:42 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=71d6e0bf embedded: Allow a root_overlay This was broken until the previous commit. Signed-off-by: Matt Turner gentoo.org> catalyst/targets/embedded.py | 1 + 1 file changed, 1 insertion(+) diff --git a/catalyst/targets/embedded.py b/catalyst/targets/embedded.py index 1b4ad9d6..99739512 100644 --- a/catalyst/targets/embedded.py +++ b/catalyst/targets/embedded.py @@ -31,6 +31,7 @@ class embedded(StageBase): "embedded/mergeroot", "embedded/packages", "embedded/rm", + "embedded/root_overlay", "embedded/runscript", "embedded/unmerge", "embedded/use",