aboutsummaryrefslogtreecommitdiffstats
path: root/hook/uname
diff options
context:
space:
mode:
Diffstat (limited to 'hook/uname')
-rw-r--r--hook/uname6
1 files changed, 6 insertions, 0 deletions
diff --git a/hook/uname b/hook/uname
new file mode 100644
index 0000000..d82d822
--- /dev/null
+++ b/hook/uname
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+run_earlyhook() {
+ echo " Booting $(uname -srm)."
+ echo
+}