Lines Matching refs:busybox
13 busybox="$(type -P busybox-static || type -P busybox)"
14 cp "$busybox" "$root/bin/busybox"
19 ln -s busybox "$root/bin/sh"
20 ln -s busybox "$root/bin/cat"
21 ln -s busybox "$root/bin/tr"
22 ln -s busybox "$root/bin/ps"
23 ln -s busybox "$root/bin/ip"
24 ln -s busybox "$root/bin/seq"
25 ln -s busybox "$root/bin/sleep"
26 ln -s busybox "$root/bin/usleep"
27 ln -s busybox "$root/bin/test"