From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id ECxrMLlw42T1nAAASxT56A (envelope-from ) for ; Mon, 21 Aug 2023 16:12:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id QIEjL7lw42QILgEAG6o9tA (envelope-from ) for ; Mon, 21 Aug 2023 16:12:09 +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 5AE8C5E47A for ; Mon, 21 Aug 2023 16:12:09 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Ix8T2Rzv; 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=1692627129; a=rsa-sha256; cv=none; b=t2sT4iLIvcAbwb98piYCcuflhwijMigaxAHygpUNwOA4vDR3hACBqYfLqZJyrveI/bY73+ tPozvAeWIsvjtzXLQV9OZbNyGDcNQBlnK5JeGt2sSfW0I4M+ICZ8Th4sw3q/RB9rYIKuTJ jQJeYY9/tOQob3FOvOUE+FR5pEFYcBxILBTsEeo+7POLkGWx/2Ksg68dAj/aj+I+jmGGRq 8kAPmbQ0QIgNSsAQ+ZDbBeVzsmoElA7ZAyERbaqfw3NyVrBopJyvrAt4P8yAyYS8jO57ys Z3nf7Dval5eijVB95vDD0NrD3MUV0F27CBHZJRwzZnkGnk1pkCRfugEj88Iw3w== 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=Ix8T2Rzv; 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=1692627129; 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: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=UetGdq2J/SxFdXpin9zvbn+bSAed66RlQCB2keNKz6w=; b=e9CpTIX9bfzmz4GED7BYudn6CSLT0dyKarfSUJtGCr801Ip+b7NlvQjSch6bf4Rq/qAYh9 54IzauUmz68Ft67LeHc/puYRcH7BgZwdmNiDv9VV5ALdRfSFCOfMSwVgb3qX866Z8MsqVq gFgaHeX929VIezlp9xQmlC1pMopNAwC/OgtQk4LgRobB+i7uE0dL3Gnw0stP2ZPd5k7Run 57MiXITHHNDXJz/nb4KkEB0NYcBACRpwE+oiy2bSPtwsk4dEw27V2WiJPj6aLU2Lkh9DDb kn4974AeNrE1dqt2TfCshcTW1NOlSI/ywbMfo0rl9mNseKgYXb6tgPAugDTyOA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qY5dS-0007Gu-1d; Mon, 21 Aug 2023 10:12:02 -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 1qY5dQ-0007GY-55 for guix-patches@gnu.org; Mon, 21 Aug 2023 10:12:00 -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 1qY5dP-00079f-Sc for guix-patches@gnu.org; Mon, 21 Aug 2023 10:11:59 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qY5dS-0000ID-2E for guix-patches@gnu.org; Mon, 21 Aug 2023 10:12:02 -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: Mon, 21 Aug 2023 14:12:02 +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 Received: via spool by 65335-submit@debbugs.gnu.org id=B65335.16926270721067 (code B ref 65335); Mon, 21 Aug 2023 14:12:02 +0000 Received: (at 65335) by debbugs.gnu.org; 21 Aug 2023 14:11:12 +0000 Received: from localhost ([127.0.0.1]:57401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qY5cd-0000H9-W8 for submit@debbugs.gnu.org; Mon, 21 Aug 2023 10:11:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qY5cc-0000Gt-AP for 65335@debbugs.gnu.org; Mon, 21 Aug 2023 10:11:10 -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 1qY5cT-00072j-KA; Mon, 21 Aug 2023 10:11:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=UetGdq2J/SxFdXpin9zvbn+bSAed66RlQCB2keNKz6w=; b=Ix8T2RzvSz0MmcZhHFxP oFLYC8BVRLazeNf8sJKEs7XrWGORd8iReQC0Ltr7chF3/vR3W8EhkKNRYkuhBb+/awvkteMLOdzpp rwa5mhRr3ZDReOCT65QJ5JVw0xeHY3buK4z0L/pWd3mW6Kov35CzfW8RXYx0JOGwgUfHiyGzI1l0I LgoUr7OtPwZAPne668790Pg0t2s6/PVXDuRWws59dS8s7I2+GmDNT8YExbAapLOnNdoBPYReAOmUn dktUC2Qt6jDS5N3XMeA0hIKTEO1mfXJZRBDcSPxaeevEZseI8DRmvGup6BNaSjygx+YQbIXrHDPMx 1+gLg5dz2ht7IQ==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <52095319ac7aefa59a081b87fd8609811a5e1cd2.1692569807.git.ngraves@ngraves.fr> Date: Mon, 21 Aug 2023 16:10:59 +0200 In-Reply-To: <52095319ac7aefa59a081b87fd8609811a5e1cd2.1692569807.git.ngraves@ngraves.fr> (Nicolas Graves's message of "Mon, 21 Aug 2023 00:16:46 +0200") Message-ID: <87a5uka3kc.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: mx0.migadu.com X-Spam-Score: -6.88 X-Migadu-Queue-Id: 5AE8C5E47A X-Migadu-Spam-Score: -6.88 X-TUID: +GOmbPq4HjTK Nicolas Graves skribis: > + (if (string=? root "none") > + '() ;; Ignore the case where the root is "none" (typically tmpfs). Nitpick: please use a single semicolon for margin comments: '() ;like this Otherwise LGTM.