[Buildroot] [PATCH 2/3] package/busybox: convert S10mdev to the canonical init script format

Andy Shevchenko andriy.shevchenko at linux.intel.com
Thu Jun 20 10:10:28 UTC 2019


On Wed, Jun 19, 2019 at 06:42:56PM +0200, Titouan Christophe wrote:
> Signed-off-by: Titouan Christophe <titouan.christophe at railnova.eu>

> -	find /sys/ -name modalias -print0 | xargs -0 sort -u | tr '\n' '\0' | \
> -	    xargs -0 modprobe -abq

> +	find /sys/ -name modalias -print0 | \
> +		xargs -0 sort -u | \
> +		tr '\n' '\0' | \
> +		xargs -0 modprobe -abq

How this indentation change related to the topic?

-- 
With Best Regards,
Andy Shevchenko





More information about the buildroot mailing list