summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/etc/functions
diff options
context:
space:
mode:
authorNico Dietrich2006-01-26 22:59:47 +0100
committerNico Dietrich2006-01-26 22:59:47 +0100
commit3bd54055f8885dfe17639fca06c772ff6c4ec3a2 (patch)
treea8206d0430aa6f3f34a56da8b9b16d785a5a5981 /initrd/initrd-stuff/etc/functions
parenthal and haldaemon differences in SuSE 9.3 and 10. Do not give start and (diff)
downloadcore-3bd54055f8885dfe17639fca06c772ff6c4ec3a2.tar.gz
core-3bd54055f8885dfe17639fca06c772ff6c4ec3a2.tar.xz
core-3bd54055f8885dfe17639fca06c772ff6c4ec3a2.zip
einige bugfixes
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@44 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/etc/functions')
-rw-r--r--initrd/initrd-stuff/etc/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/etc/functions b/initrd/initrd-stuff/etc/functions
index 15237680..586c1854 100644
--- a/initrd/initrd-stuff/etc/functions
+++ b/initrd/initrd-stuff/etc/functions
@@ -31,7 +31,7 @@ if [ -n "$2" ] ; then
echo -e "$message This error is not fatal - continuing ...\n"
[ "$DEBUGLEVEL" -gt 2 ] && usleep 20
else
- echo -e "Running shell for debugging purposes now ...\n"
+ echo -e "$message Running shell for debugging purposes now ...\n"
/bin/sh
fi
}