summaryrefslogtreecommitdiffstats
path: root/src/initramfs/stage3-stuff/etc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'src/initramfs/stage3-stuff/etc/functions')
-rw-r--r--src/initramfs/stage3-stuff/etc/functions5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/initramfs/stage3-stuff/etc/functions b/src/initramfs/stage3-stuff/etc/functions
index 3985bd57..066d2756 100644
--- a/src/initramfs/stage3-stuff/etc/functions
+++ b/src/initramfs/stage3-stuff/etc/functions
@@ -29,6 +29,10 @@ postinit () {
config_distro () {
:
}
+# setup netconsole
+config_netconsole () {
+:
+}
#############################################################################
# produce error message and if $2 is empty run (debug) shell
@@ -574,6 +578,7 @@ fi
# execute all shell scripts in the given init-hook folder
runinithook () {
local hook=$1
+echo "[openslx] run: $hook" > /dev/kmsg
if [ -d /etc/init-hooks/$hook ]; then
for hook_script in /etc/init-hooks/$hook/*.sh; do
if [ -e $hook_script ]; then