* [DistroKit] [PATCH] ptxdist: enable busybox zcat applet
@ 2023-04-17 11:33 Ahmad Fatoum
2023-04-17 13:52 ` Robert Schwebel
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2023-04-17 11:33 UTC (permalink / raw)
To: distrokit; +Cc: Ahmad Fatoum
We already enable gunzip in busybox. zcat extends that to be able to
write to stdout. This is e.g. useful for:
zcat /proc/config.gz | grep CONFIG_SOMETHING
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
configs/ptxconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/ptxconfig b/configs/ptxconfig
index 1b3236003fd4..937d2dd64149 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -511,7 +511,7 @@ PTXCONF_BUSYBOX_FEATURE_AR_LONG_FILENAMES=y
PTXCONF_BUSYBOX_FEATURE_AR_CREATE=y
PTXCONF_BUSYBOX_UNCOMPRESS=y
PTXCONF_BUSYBOX_GUNZIP=y
-# PTXCONF_BUSYBOX_ZCAT is not set
+PTXCONF_BUSYBOX_ZCAT=y
PTXCONF_BUSYBOX_FEATURE_GUNZIP_LONG_OPTIONS=y
PTXCONF_BUSYBOX_BUNZIP2=y
# PTXCONF_BUSYBOX_BZCAT is not set
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [DistroKit] [PATCH] ptxdist: enable busybox zcat applet
2023-04-17 11:33 [DistroKit] [PATCH] ptxdist: enable busybox zcat applet Ahmad Fatoum
@ 2023-04-17 13:52 ` Robert Schwebel
0 siblings, 0 replies; 2+ messages in thread
From: Robert Schwebel @ 2023-04-17 13:52 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: distrokit
On Mon, Apr 17, 2023 at 01:33:03PM +0200, Ahmad Fatoum wrote:
> We already enable gunzip in busybox. zcat extends that to be able to
> write to stdout. This is e.g. useful for:
>
> zcat /proc/config.gz | grep CONFIG_SOMETHING
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> configs/ptxconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configs/ptxconfig b/configs/ptxconfig
> index 1b3236003fd4..937d2dd64149 100644
> --- a/configs/ptxconfig
> +++ b/configs/ptxconfig
> @@ -511,7 +511,7 @@ PTXCONF_BUSYBOX_FEATURE_AR_LONG_FILENAMES=y
> PTXCONF_BUSYBOX_FEATURE_AR_CREATE=y
> PTXCONF_BUSYBOX_UNCOMPRESS=y
> PTXCONF_BUSYBOX_GUNZIP=y
> -# PTXCONF_BUSYBOX_ZCAT is not set
> +PTXCONF_BUSYBOX_ZCAT=y
> PTXCONF_BUSYBOX_FEATURE_GUNZIP_LONG_OPTIONS=y
> PTXCONF_BUSYBOX_BUNZIP2=y
> # PTXCONF_BUSYBOX_BZCAT is not set
> --
> 2.39.2
Thanks, applied to next.
rsc
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-17 13:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 11:33 [DistroKit] [PATCH] ptxdist: enable busybox zcat applet Ahmad Fatoum
2023-04-17 13:52 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox