From 7a4bc6aaf49eb55df3e19fb09260ac97023bc901 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sat, 6 Jun 2009 22:47:53 +0200 Subject: Add a new file init_functions that contains common functions used in /init and the hooks --- init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init') diff --git a/init b/init index 87dcc77..ef4c0be 100644 --- a/init +++ b/init @@ -1,7 +1,6 @@ #!/bin/sh -msg () { [ "${quiet}" != "y" ] && echo $@; } -err () { echo "ERROR: $@"; } +. /init_functions msg ":: Loading Initramfs" -- cgit v1.2.3-24-g4f1b