You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had issues running busybox as the first process. Due to a cryptic (to me) kernel error, it took me a while to realize that busybox was compiled dynamically.
Adding CONFIG_EXTRA_CFLAGS="-static" to the busybox .config builds a static binary and allows the kernel to run it.
The text was updated successfully, but these errors were encountered:
I had issues running
busybox
as the first process. Due to a cryptic (to me) kernel error, it took me a while to realize thatbusybox
was compiled dynamically.Adding
CONFIG_EXTRA_CFLAGS="-static"
to the busybox.config
builds a static binary and allows the kernel to run it.The text was updated successfully, but these errors were encountered: