#!/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." }