summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init3
1 files changed, 1 insertions, 2 deletions
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"