From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 20 Oct 2021 11:41:40 +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 1md86O-00073X-Gd for lore@lore.pengutronix.de; Wed, 20 Oct 2021 11:41:40 +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 1md86O-0001ih-3t; Wed, 20 Oct 2021 11:41:40 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1md84R-0007Ro-Ip; Wed, 20 Oct 2021 11:39:39 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1md84R-0005V9-1o; Wed, 20 Oct 2021 11:39:39 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1md84Q-00GTDN-VE; Wed, 20 Oct 2021 11:39:39 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 20 Oct 2021 11:39:38 +0200 Message-Id: <20211020093938.3925026-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210930223432.5715-1-rhi@pengutronix.de> References: <20210930223432.5715-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] 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 Cc: Roland Hieber 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 Thanks, applied as f0762d396958a5c21d00f5d10eddff9b77c2d6bc. Michael [sent from post-receive hook] On Wed, 20 Oct 2021 11:39:38 +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber > Reviewed-by: Alexander Dahl > Message-Id: <20210930223432.5715-1-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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" _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de