| Summary: | /bin/sh (busybox sh) commands are not run via their absolute path thus leading to qemu complaints | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Adrien Dessemond <admnd> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Adrien Dessemond
2021-04-11 22:13:06 UTC
Sounds like /proc/self/exe points to qemu (and not busybox). Maybe use /bin/busybox for your .config's BUSYBOX_EXEC_PATH if this really is the case.. If you enable FEATURE_PREFER_APPLETS then you should make sure that /proc/self/exe really is busybox. Not a busybox bug i'd say. |