From 726380b62deaafadc45247d30208822055fd0275 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Mon, 4 Oct 2010 13:22:24 +0200 Subject: add netconsole stuff --- src/initramfs/stage3-stuff/etc/functions | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/initramfs/stage3-stuff/etc/functions') 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 -- cgit v1.2.3-55-g7522