From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id sErqEH35zWXGDwAAqHPOHw:P1 (envelope-from ) for ; Thu, 15 Feb 2024 12:46:05 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id sErqEH35zWXGDwAAqHPOHw (envelope-from ) for ; Thu, 15 Feb 2024 12:46:05 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1707997565; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=EBUmT1HN5J/epI01Fz3DNbsL0fqNSOTS9SoayRgVkA8=; b=XIJ2t9vOnGpYIYgpaZmGHlKugDbbqzqMlgEJP1e2WISPH3rJulivH4lp0WKez32fNRXsOl qMYF0O/oOJbzQAZo5S0ngnrKFVxZmQrNlT+Nk980nuybW6KIoseDoiUA6Jc97WiJs7fpHC luXEKV2Vyi6jOGiAqWhvsBgUxJy2tHGPprGaRdYHEuqcsCPAGSdDP6W0Do4rnaL5BCMajz gf3/nswqH+yWeT6C1vAM+IEOS+lAazV0/JctsvvNEyyr30TCnBk8fHIjWsEJK7/En9JCzm uVEvWsTPczDjWHOH7vHF7nlEnjOko9y5/ZmjRiq+5B0HMmq1fjToLCvFiQXwng== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1707997565; a=rsa-sha256; cv=none; b=JrfVBNw8jNKQdzeNIvtRHampLYaMLlvjlVFg1awps9/yC/op9eLZPpR01gFhJ4JEqBCHpU aTkAyD3ucwRjh4hHyDmrTKJub/iG+4t6o9n7QGknVHp5b1cdGSOw+ENRUnD1kmFKjP6D/l ulAukLooDx2HVaAK8yuXCNzrZp3cVPxR2UJKqZC17PbVURqpbFa2gh8XNhjm58mcF3j+dL UgBDej/gZ9qM0lAG4cPTOfV2A4WkiJaQgvH1WKUgUx2HsKVKFfjDmlIIAPUSNNXA0hCliZ e4bNC0xMCX8Y2ejYWuwDBzyh3baXPma1cqNDjxFroOeW33nQi8O1xv5+K8AzwQ== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 054D734F5F for ; Thu, 15 Feb 2024 12:46:02 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raaBV-00081t-Ng; Thu, 15 Feb 2024 06:45:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raaBT-00081W-L0 for guix-patches@gnu.org; Thu, 15 Feb 2024 06:45:43 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1raaBT-0005Om-D7 for guix-patches@gnu.org; Thu, 15 Feb 2024 06:45:43 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1raaBl-00062O-NZ for guix-patches@gnu.org; Thu, 15 Feb 2024 06:46:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#65335] [PATCH 0/4] Allow mounting root on tmpfs for impersistence Resent-From: Nicolas Graves Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 15 Feb 2024 11:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65335 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 65335@debbugs.gnu.org, paren@disroot.org Received: via spool by 65335-submit@debbugs.gnu.org id=B65335.170799754423185 (code B ref 65335); Thu, 15 Feb 2024 11:46:01 +0000 Received: (at 65335) by debbugs.gnu.org; 15 Feb 2024 11:45:44 +0000 Received: from localhost ([127.0.0.1]:54199 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raaBU-00061s-7q for submit@debbugs.gnu.org; Thu, 15 Feb 2024 06:45:44 -0500 Received: from 10.mo575.mail-out.ovh.net ([46.105.79.203]:48367) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raaBR-00061j-BC for 65335@debbugs.gnu.org; Thu, 15 Feb 2024 06:45:42 -0500 Received: from director9.ghost.mail-out.ovh.net (unknown [10.108.9.127]) by mo575.mail-out.ovh.net (Postfix) with ESMTP id 4TbCt86CG6z1JLK for <65335@debbugs.gnu.org>; Thu, 15 Feb 2024 11:45:20 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-d4mjx (unknown [10.110.113.120]) by director9.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 644471FEC0; Thu, 15 Feb 2024 11:45:20 +0000 (UTC) Received: from ngraves.fr ([37.59.142.109]) by ghost-submission-6684bf9d7b-d4mjx with ESMTPSA id 1eANFFD5zWWKpxUAjIey1Q (envelope-from ); Thu, 15 Feb 2024 11:45:20 +0000 X-OVh-ClientIp: 81.67.146.208 In-Reply-To: <87lec8pbwn.fsf@gnu.org> References: <108a67c0ef10e00162d81bcf7bc6243d6895c49b.1692569807.git.ngraves@ngraves.fr> <875y58a3ii.fsf_-_@gnu.org> <87edj7zkqw.fsf_-_@gnu.org> <87edi96ww6.fsf_-_@gnu.org> <877co1p2f9.fsf@ngraves.fr> <87lec8pbwn.fsf@gnu.org> Date: Thu, 15 Feb 2024 12:45:19 +0100 Message-ID: <87wmr6vtm8.fsf@ngraves.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Ovh-Tracer-Id: 17964858914505941510 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvledrvddtgdefudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvfevufgjfhffkfggtgfgsehtqhertddttdejnecuhfhrohhmpefpihgtohhlrghsucfirhgrvhgvshcuoehnghhrrghvvghssehnghhrrghvvghsrdhfrheqnecuggftrfgrthhtvghrnhepffduleekjeevteelueffjeefffethffhffeutdettefhleeuleevffejvdfftdffnecukfhppeduvdejrddtrddtrddupdekuddrieejrddugeeirddvtdekpdefjedrheelrddugedvrddutdelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqedpnhgspghrtghpthhtohepuddprhgtphhtthhopeeiheeffeehseguvggssghughhsrdhgnhhurdhorhhgpdfovfetjfhoshhtpehmohehjeehpdhmohguvgepshhmthhpohhuth X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Nicolas Graves X-ACL-Warn: , Nicolas Graves via Guix-patches From: Nicolas Graves via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -6.98 X-Spam-Score: -6.98 X-Migadu-Queue-Id: 054D734F5F X-TUID: v+4/TEO14zET Hi Ludo, Just to tell that the v3 I sent a few weeks ago is indeed fully tested, and that commit messages are properly written. Should we also think about a blog post on impermanence like nix did? Nicolas On 2023-10-12 08:55, Ludovic Court=C3=A8s wrote: > Hi, > > Nicolas Graves skribis: > >> On 2023-10-05 15:07, Ludovic Court=C3=A8s wrote: > > [...] > >>> Should /var/run be removed (in the same commit) from =E2=80=98directi= ves=E2=80=99 in >>> (gnu build install)? >> >> Maybe you can help a bit if you have worked on this, so that I >> understand correctly if something should be done here or not.=20 > > The directives in (gnu build install) specify files and directories that > should be created upfront when initializing a system=E2=80=94meaning when > running =E2=80=98guix system init=E2=80=99, or when populating a VM image= . The > boot/activation code assumes that these files already exist when the > system boots. > > If we=E2=80=99re now creating /var/run in an activation snippet, then it = no > longer needs to be here. > > When doing such changes, I would suggest to at least run: > > make check-system TESTS=3Dbasic > > to detect obvious mistakes, and perhaps run the =E2=80=9Cinstalled-os=E2= =80=9D test as > well (it=E2=80=99s much more expensive, so run it once you=E2=80=99re ess= entially done). > > HTH! > > Ludo=E2=80=99. > > > --=20 Best regards, Nicolas Graves