| Summary: | Busybox compiled from buildroot hangs on pass from intiramfs to init | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | anthonysepa |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2013.11 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
anthonysepa
2014-01-13 21:26:15 UTC
All binaries are stripped later in the build process, which explains the difference between the binary in output/build/busybox... and the one in output/target. However, stripping should not affect runtime behavior. Have you found a solution to this problem? Is this an unmodified busybox version? A workaround is to specify the busybox binary in option BR2_STRIP_EXCLUDE_FILES but it is not a real solution of course. Many people are using busybox inside an initramfs without problems. Therefore, I am closing this bug. If you still experience this problem, please reopen and provide more details about this problem, ideally with a reproducible configuration. Thanks. |