From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id CM6SALqYJ2W9OAAAG6o9tA:P1 (envelope-from ) for ; Thu, 12 Oct 2023 08:56:58 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id CM6SALqYJ2W9OAAAG6o9tA (envelope-from ) for ; Thu, 12 Oct 2023 08:56:58 +0200 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 6E013397F8 for ; Thu, 12 Oct 2023 08:56:57 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="Q/Pd70wi"; 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=1697093817; h=from:from:sender:sender: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:dkim-signature; bh=N30NhRgTqtuYe8SAwXXGSXUaYCdG32mkGXNLPJBx1Zg=; b=P09m3ZVtnkjSdF9Nzcm0NcqUoc9iQqBiUeyM/6eixCSh/9k9bBi2RiG1WCddtk1ksvwEbf ft9tT05XdMEmJUZgXRlg/uDhxT9pLyRH9ZlOqvqOxjmH9JK9IlXJ0IJFgvIf99lZVDLGMl jkhrBzk1ctzIfW+9w5X1jGJPrLxGOwiJ4pXyNF4VWtNBlpgOcZi+C0qAIN0LcionLfrC+6 yOCVlOtp9Pfcrc1nXrGZr14Z9GUUGRKJjzKvPagKTxHLvnZkNsepnBKITGQIg482nsT/Us D6SC8I902hbyrw5kpVpPTOddI9AUYHcULpG1pE3q+V3hdI9iGdJZCWYqGvJiAA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="Q/Pd70wi"; 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=1697093817; a=rsa-sha256; cv=none; b=twBrDqMmds+lfY5eeXIWve1xk7CiQTQ/4O0u30mJbcRAF4O/kLMQgfmvwVU1WdOdpr8Xr7 JEqecX0HR66oqykjmgSktZRDmjXGS8WHowvgkxF/5Ln+5Cx5H1XoN5pgLJXD+c7JtS1/gz mr9RSXIvW7DX/tngp7TnM16la1x/SBuFjPdnnYkwZspDNia3BL2WgdRAILASabeX3UMUNI 5u0hTifbTPiSyWRtAxywy08uRMOGPU6tRLaXSMNZLZ4OvliPmsFyGJmf/cPO7xW9GyDtAm Q25KF/3PIGsN4L6tjDO8rfZ4rgyYliD38coY9vOXV1B56c7wNmesr0RUmERL9A== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qqpcf-0003nc-Vd; Thu, 12 Oct 2023 02:56:42 -0400 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 1qqpce-0003nS-4w for guix-patches@gnu.org; Thu, 12 Oct 2023 02:56:40 -0400 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 1qqpcd-00053t-KU for guix-patches@gnu.org; Thu, 12 Oct 2023 02:56:39 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qqpcz-00071e-RV for guix-patches@gnu.org; Thu, 12 Oct 2023 02:57:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65335] [PATCH 0/4] Allow mounting root on tmpfs for impersistence Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 12 Oct 2023 06:57: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: Nicolas Graves Cc: 65335@debbugs.gnu.org, Andrew Tropin , paren@disroot.org Received: via spool by 65335-submit@debbugs.gnu.org id=B65335.169709380626982 (code B ref 65335); Thu, 12 Oct 2023 06:57:01 +0000 Received: (at 65335) by debbugs.gnu.org; 12 Oct 2023 06:56:46 +0000 Received: from localhost ([127.0.0.1]:40495 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqpcj-000718-UF for submit@debbugs.gnu.org; Thu, 12 Oct 2023 02:56:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqpch-00070t-2e for 65335@debbugs.gnu.org; Thu, 12 Oct 2023 02:56:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qqpcD-000509-PL; Thu, 12 Oct 2023 02:56:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=N30NhRgTqtuYe8SAwXXGSXUaYCdG32mkGXNLPJBx1Zg=; b=Q/Pd70wi1Am4UGxhj1TT ER+Y/7M4LY9rptpAhjX0/2E1tHQbDGNqwWOhYBcMvcnqfMIhxuU9CCZ21TvcybieQWGxWOycC5G6r IAAVjYKtPEYwwa7lEOIYA3WtkmVGb9jGX6RmnlUQuqXf0lr96ofTJG35wqIXj0G06Ke1mWYSg+u42 HRg0sRiueFOD18I2Aq/n6REqBa0dJK3upVgMErhBKAPCyl7aOb5ZGJZYu2K1wW8U9oGceJwdbRJf2 I4ZVaohqx2T0Px4zonhvUTi/wRQFJpY+lXQfBeTnwViYtpCwacCEFfTHG9uDBKj57kmYE8zhGitr6 1iioepRyemUUPQ==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <877co1p2f9.fsf@ngraves.fr> (Nicolas Graves's message of "Thu, 05 Oct 2023 16:30:18 +0200") References: <108a67c0ef10e00162d81bcf7bc6243d6895c49b.1692569807.git.ngraves@ngraves.fr> <875y58a3ii.fsf_-_@gnu.org> <87edj7zkqw.fsf_-_@gnu.org> <87edi96ww6.fsf_-_@gnu.org> <877co1p2f9.fsf@ngraves.fr> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Primidi 21 =?UTF-8?Q?Vend=C3=A9miaire?= an 232 de la =?UTF-8?Q?R=C3=A9volution,?= jour du Chanvre X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 12 Oct 2023 08:55:52 +0200 Message-ID: <87lec8pbwn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: , 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-Spam-Score: -6.87 X-Spam-Score: -6.87 X-Migadu-Queue-Id: 6E013397F8 X-Migadu-Scanner: mx2.migadu.com X-TUID: UzPBtaE26z8x 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=98directiv= es=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 essen= tially done). HTH! Ludo=E2=80=99.