#!/bin/sh set -e /opt/busybox-power/busybox.power sh /opt/busybox-power/install-binary.sh # Workaround for bug 5317 line="trap exit SIGHUP #by busybox-power" if ! grep -F -q "$line" /etc/profile; then echo "$line" >> /etc/profile fi # Set SUID bit for /bin/busybox_root. This binary provides su, ping, etc.. chmod u+s /bin/busybox_root