summaryrefslogtreecommitdiffstats
path: root/install/uname
diff options
context:
space:
mode:
Diffstat (limited to 'install/uname')
-rw-r--r--install/uname10
1 files changed, 10 insertions, 0 deletions
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."
+}