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 4D41D1382C5 for ; Sun, 21 Feb 2021 02:04:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A777E0882; Sun, 21 Feb 2021 02:04:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 71AE8E0882 for ; Sun, 21 Feb 2021 02:04:57 +0000 (UTC) Received: by mail-ed1-f41.google.com with SMTP id c6so17383199ede.0 for ; Sat, 20 Feb 2021 18:04:56 -0800 (PST) X-Gm-Message-State: AOAM533vbCmndMjT1o5Xn9sNMi5Ib3Mt4j7KjmnUSC5q1ntRrhqd5u+K 9ffGYzQmiURIvromDznDepR1C42/5nsB6LuCdX8= X-Google-Smtp-Source: ABdhPJzodoPLdNN0SdohKBCXz8/6mrlKj2fljOnzbiJp7rvA2l3CojoUOB6hBhkm/0muZ6lhvcGsT8xD45ae6CSIgos= X-Received: by 2002:a05:6402:1d9b:: with SMTP id dk27mr955415edb.209.1613873093575; Sat, 20 Feb 2021 18:04:53 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <20210204110721.33846-2-gentoo.catalyst@xxoo.ws> In-Reply-To: <20210204110721.33846-2-gentoo.catalyst@xxoo.ws> From: Matt Turner Date: Sat, 20 Feb 2021 21:04:42 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-catalyst] [PATCH] Remove /etc/machine-id in all stages To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 68028930-2b98-4ac8-acc2-7473235d53c5 X-Archives-Hash: 21b070772f116922206b0bd948d44e4c On Thu, Feb 4, 2021 at 6:08 AM Daniel Cordero wrote: > > From: Daniel Cordero > > Machine IDs are unique per installation, but if they are retained in a > stage tarball, all installations from that stage share the same machine > id. > Thanks, applied!