From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 01 Oct 2021 08:13:05 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mWBn7-0001xJ-HT for lore@lore.pengutronix.de; Fri, 01 Oct 2021 08:13:05 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mWBn7-0004CG-2z; Fri, 01 Oct 2021 08:13:05 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mWBmV-0004C1-L3; Fri, 01 Oct 2021 08:12:28 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id BCAA376; Fri, 1 Oct 2021 08:12:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BOBvPyOBP1TM; Fri, 1 Oct 2021 08:12:20 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id D0E2C1FAC; Fri, 1 Oct 2021 08:12:20 +0200 (CEST) Date: Fri, 1 Oct 2021 08:12:14 +0200 From: Alexander Dahl To: Roland Hieber , ptxdist@pengutronix.de Message-ID: Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de References: <20210930223432.5715-1-rhi@pengutronix.de> Content-Disposition: inline In-Reply-To: <20210930223432.5715-1-rhi@pengutronix.de> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH] image-rauc: fix typos and improve clarity of help texts X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hello Roland, thanks for your effort. Am Fri, Oct 01, 2021 at 12:34:32AM +0200 schrieb Roland Hieber: > Signed-off-by: Roland Hieber > --- > platforms/image-rauc.in | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/platforms/image-rauc.in b/platforms/image-rauc.in > index 3fa5dfc8c13a..1c59670925d3 100644 > --- a/platforms/image-rauc.in > +++ b/platforms/image-rauc.in > @@ -8,14 +8,14 @@ menuconfig IMAGE_RAUC > select IMAGE_ROOT_TGZ > select CODE_SIGNING > help > - This generates a RAUC update Bundle for the selected platform using > + This generates a RAUC update bundle for the selected platform using > genimage. > > - By default, this will create a simple Bundle for updating a 'rootfs' > + By default, this will create a simple bundle for updating a 'rootfs' > slot with the content from PTXdist's root file system .tgz image. > > To customize the bundle, copy and adapt the genimage configuration > - file rauc.config. > + in configs/images/rauc.config. > > if IMAGE_RAUC > > @@ -24,7 +24,7 @@ config IMAGE_RAUC_DESCRIPTION > string > default "" > help > - Optional description that will be placed in the Bundles metadata. > + Optional description that will be placed in the bundle's metadata. > > choice > prompt "Bundle format" Reviewed-by: Alexander Dahl Greets Alex _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de