From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id MPgQEsWU02WBeAAAqHPOHw:P1 (envelope-from ) for ; Mon, 19 Feb 2024 18:49:57 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id MPgQEsWU02WBeAAAqHPOHw (envelope-from ) for ; Mon, 19 Feb 2024 18:49:57 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=IZiAKfYO; 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=1708364997; 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-to: 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=NTfRGBzhKvfEHDjxJiHQQPT6grN4OUfEt7PkhnGkvXU=; b=SrM5jQWNB0k8zZp5vnbYVTSW5Ru4Rwjq1I33QL4VMxueAMppKu4EdJccwuVahiyBE941Cj dngh14pCY9E6KREgygs+5gUAT9HXyXBSVRpGXxpILJ+vrllTgigrdtfFo6jg4o+nS8E85+ xPxJqNW4OWKLUUQ0s2sgDHALroT0t6oFs1E89OpsQHv1mXVAQdAPXQjU7wEA64CWaodNEr lwqFEWhFOKTFw6NKGkGCul1ZOxFfSSB7fcJjr3zIfgbm4KFsVR0U+QMEKOD77lJqhccd2U G5FKvVzfv6BeprPtVR8eJQAX5pQ3DMbL1u8fQEeXtAdX+EJWqOFWV1wlt5nqWA== 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=IZiAKfYO; 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=1708364997; a=rsa-sha256; cv=none; b=sQKvxCuEV6L/T+2vIQzo5ynC/F1r4vMZg5uMheeB+ln/UabqjC57hnNPER0F3PonnDOwqh vv84ZqduoFyk+ySBs646M85n1VwWiY0ADlAS444wtS3Rd35VVEwpvi3BYwIM7Yt3GFMhq8 d2WA3CV9KlRnomt73fEQ/NUZawZYgicgaN/InkSOi7E8Tbe2tLctlt44XPW0Q9mGtw5vsX QuzPQScixbzV/967Lxc6Xor1e4qiUmtEhYExfT2AYJ3gHYjJq3rxfuLzFHblsd7n+CpgGG pSCO9/5daW01jvYGdaMyB4HhsiJCGpxmJsGYrqAfagxZ1JOau6nYriZ2MbvMyw== 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 F076D6EBD5 for ; Mon, 19 Feb 2024 18:49:56 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rc7lv-0003fF-4R; Mon, 19 Feb 2024 12:49:43 -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 1rc7lt-0003ez-Ms for guix-patches@gnu.org; Mon, 19 Feb 2024 12:49:41 -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 1rc7lt-0007NE-Eh for guix-patches@gnu.org; Mon, 19 Feb 2024 12:49:41 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rc7mE-00051G-BY for guix-patches@gnu.org; Mon, 19 Feb 2024 12:50:02 -0500 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-To: guix-patches@gnu.org Resent-Date: Mon, 19 Feb 2024 17:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65335 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Graves Cc: paren@disroot.org, 65335-done@debbugs.gnu.org Mail-Followup-To: 65335@debbugs.gnu.org, ludo@gnu.org, ngraves@ngraves.fr Received: via spool by 65335-done@debbugs.gnu.org id=D65335.170836495519113 (code D ref 65335); Mon, 19 Feb 2024 17:50:02 +0000 Received: (at 65335-done) by debbugs.gnu.org; 19 Feb 2024 17:49:15 +0000 Received: from localhost ([127.0.0.1]:43346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rc7lT-0004yC-7U for submit@debbugs.gnu.org; Mon, 19 Feb 2024 12:49:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37444) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rc7lO-0004xB-US for 65335-done@debbugs.gnu.org; Mon, 19 Feb 2024 12:49:14 -0500 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 1rc7kw-0007Ei-Ip; Mon, 19 Feb 2024 12:48:42 -0500 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=NTfRGBzhKvfEHDjxJiHQQPT6grN4OUfEt7PkhnGkvXU=; b=IZiAKfYOgpW7pIaGbfVm 6QHf8DQeKD1tcVgoKvcYTZYe3Ivkp2fYeQzKXZCGBkKtPxcq4FUDQmn7utTLe9mhuTibwg9rfvZL0 JKlelZdApii09PJNb11I3KiVdANNv6HToMGWXWBZReGrCihFrnkxdh88/V9kiZVSv5waUfh/sCtAK FgWh+WdWbMorEK7ZL98fcV8jKt1O9HRnr962f3Ciw/DiPPrAIi5cTYtQFgEoEkDn6lpm52EMJQeog Irf7V9ZjrscxqxtCGVhszXH6/XGllzdwlD/Z4MKvIVfPVobkxXXnL15zmtEWsEgEbeHT14lAzfmWm WK0E912kOsVD5A==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <87wmr6vtm8.fsf@ngraves.fr> (Nicolas Graves's message of "Thu, 15 Feb 2024 12:45:19 +0100") 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> <87wmr6vtm8.fsf@ngraves.fr> Date: Mon, 19 Feb 2024 18:48:40 +0100 Message-ID: <87il2kqr9j.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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -5.06 X-Spam-Score: -5.06 X-Migadu-Queue-Id: F076D6EBD5 X-TUID: tLsORdoxpev9 Hi Nicolas, Nicolas Graves skribis: > Just to tell that the v3 I sent a few weeks ago is indeed fully tested, > and that commit messages are properly written. Just pushed v3 as b1ec85533a63c10616d9260f90411ca6f362de00! I did tweak the commit messages but that=E2=80=99s because I=E2=80=99m too = picky :-) and the changes were minor. > Should we also think about a blog post on impermanence like nix did? Yes, definitely! There could also be a section in the manual with a complete OS definition, to show how one can set up a volatile image. Last, I realize there=E2=80=99s no system tests. I=E2=80=99m not sure how = to do that (because system tests already run on a tmpfs overlay) but it=E2=80=99d be n= ice to make sure =E2=80=9Croot=3Dnone=E2=80=9D handling keeps working. Thoughts? Thanks for all the work! Ludo=E2=80=99.