Hi,
- According to BusyBox usage, "If you invoke BusyBox with no arguments, it will provide you with a list of the applets that have been compiled into your BusyBox binary." Here's what I get:
OpenWrt:~ root# busybox
busybox: applet not found
OpenWrt:~ root#
- Does anyone know the reason why
hostname
is not compiled into BusyBox, or available as a separate installable package, e.g.,coreutils-hostname
? For now my workaround is to create a script that willcat /proc/sys/kernel/hostname
. Not havinghostname
seems like a strange omission, so I'm sure there's a reason.