summaryrefslogtreecommitdiffstats
path: root/src/initramfs/stage3-stuff/etc/functions
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-10-04 13:22:24 +0200
committerSebastian Schmelzer2010-10-04 13:22:24 +0200
commit726380b62deaafadc45247d30208822055fd0275 (patch)
tree2716664542e9d43362620bd9c1da70602c4c6265 /src/initramfs/stage3-stuff/etc/functions
parentupdate busybox (diff)
downloadcore-726380b62deaafadc45247d30208822055fd0275.tar.gz
core-726380b62deaafadc45247d30208822055fd0275.tar.xz
core-726380b62deaafadc45247d30208822055fd0275.zip
add netconsole stuff
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