1 2 3 4 5 6 7 8 9 10
#!/bin/sh build() { add_runscript # busybox provides uname, so we do not add it } help() { echo "This hook adds an uname output to the boot process." }