Re: [ptxdist] [PATCH 1/3] busybox: don't install /sbin/init link if busybox is not the initmethod

2018-08-03 Thread Michael Grzeschik
On Fri, Aug 03, 2018 at 03:33:54PM +0200, Michael Grzeschik wrote: > This patch fixes the case where we use other initmethod then busybox and > want to enable the applet, but don't want to install the link. This is > useful to create busybox based lxc containers. > > Signed-off-by: Michael Grzesch

[ptxdist] [PATCH 1/3] busybox: don't install /sbin/init link if busybox is not the initmethod

2018-08-03 Thread Michael Grzeschik
This patch fixes the case where we use other initmethod then busybox and want to enable the applet, but don't want to install the link. This is useful to create busybox based lxc containers. Signed-off-by: Michael Grzeschik --- rules/busybox.make | 11 +-- 1 file changed, 9 insertions(+)