[elbe-devel] [PATCH 1/3] examples armel-rescue-busybox-cpio: use <file> -> better + workaround bug
John Ogness
john.ogness at linutronix.de
Wed Oct 2 11:50:09 CEST 2019
On 2019-10-02, Torben Hohn <torben.hohn at linutronix.de> wrote:
> the current buster qemu has a bug: when busybox calls exec('/proc/self')
exec('/proc/self/exec')
> this will try to exec qemu, which will result in a desaster, because it
> expects to exec busybox.
>
> This only happens with busybox. So this problem shows in diet mode,
> finetuning, where busybox shell is used.
>
> There is <file> now, which is the better solution. This old file should
> be added to the future test cases, which can not serve as examples.
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> examples/armel-rescue-busybox-cpio.xml | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
With the above typo fix:
Reviewed-by: John Ogness <john.ogness at linutronix.de>
More information about the elbe-devel
mailing list