From 46c6cef30a50a36952e45fdc1096b91a1780767b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 27 May 2013 10:58:47 +0200 Subject: Initial import --- install/uname | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 install/uname (limited to 'install') diff --git a/install/uname b/install/uname new file mode 100644 index 0000000..f0fd732 --- /dev/null +++ b/install/uname @@ -0,0 +1,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." +} -- cgit v1.2.3-54-g00ecf