From 46c6cef30a50a36952e45fdc1096b91a1780767b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 27 May 2013 10:58:47 +0200 Subject: Initial import --- hook/uname | 6 ++++++ install/uname | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 hook/uname create mode 100644 install/uname diff --git a/hook/uname b/hook/uname new file mode 100644 index 0000000..4b5a9ed --- /dev/null +++ b/hook/uname @@ -0,0 +1,6 @@ +#!/bin/sh + +run_earlyhook() { + echo "Booting $(uname -srm)." + echo +} 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