From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 01 Oct 2021 00:35:14 +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 1mW4e2-0003b1-Gf for lore@lore.pengutronix.de; Fri, 01 Oct 2021 00:35:14 +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 1mW4e1-0001rr-V2; Fri, 01 Oct 2021 00:35:13 +0200 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mW4dT-0001rd-7w; Fri, 01 Oct 2021 00:34:39 +0200 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mW4dS-0001Ux-Vz; Fri, 01 Oct 2021 00:34:38 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Date: Fri, 1 Oct 2021 00:34:32 +0200 Message-Id: <20210930223432.5715-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de Subject: [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 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 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" -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de