aboutsummaryrefslogtreecommitdiffstats
path: root/hook/uname
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-06 20:38:39 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-10-06 20:38:39 +0200
commit606252e15b268f4e59089a2f9768005a2eb7eb5a (patch)
treed918798609db2b350bb99bfa7d567d8614c9d33f /hook/uname
parent834acb656de41c0aa5ba7819385d555c7064177e (diff)
downloadmkinitcpio-uname-606252e15b268f4e59089a2f9768005a2eb7eb5a.tar.gz
mkinitcpio-uname-606252e15b268f4e59089a2f9768005a2eb7eb5a.tar.zst
readd support for plain old script based initramfs
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
+}