[OpenWrt-Devel] [PATCH] [boot] /init: allow easier customisation of ramfs boot.

Bastian Bittorf bittorf at bluebottle.com
Sun Aug 24 02:32:58 EDT 2014


* Stephen Parry <sgparry at mainscreen.com> [24.08.2014 08:28]:
> +if [ -e /bin/ramfsinit ]; then
> +	exec /bin/ramfsinit
> +fi

better use:
elif [ -e /sbin/ramfsinit ]; then

> +if [ -e /sbin/ramfsinit ]; then
> +	exec /sbin/ramfsinit
> +fi

bye, bastian
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list