summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/etc
diff options
context:
space:
mode:
authorFelix Endres2006-05-01 01:24:31 +0200
committerFelix Endres2006-05-01 01:24:31 +0200
commit7fd0f219c94c26219f484620ead3317926172d69 (patch)
treec2b9192a6ea55cb1454961fdbac6ceecddb580eb /initrd/initrd-stuff/etc
parentadditions, fixups to/of several function files ... (diff)
downloadcore-7fd0f219c94c26219f484620ead3317926172d69.tar.gz
core-7fd0f219c94c26219f484620ead3317926172d69.tar.xz
core-7fd0f219c94c26219f484620ead3317926172d69.zip
Debians udev is working now.
Bugs in the installer fixed git-svn-id: http://svn.openslx.org/svn/openslx/ld4@206 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/etc')
-rw-r--r--initrd/initrd-stuff/etc/functions4
1 files changed, 0 insertions, 4 deletions
diff --git a/initrd/initrd-stuff/etc/functions b/initrd/initrd-stuff/etc/functions
index bac1e53b..54eddc42 100644
--- a/initrd/initrd-stuff/etc/functions
+++ b/initrd/initrd-stuff/etc/functions
@@ -41,10 +41,6 @@ trigger_device_events () {
# produce error message and if $2 is empty run (debug) shell
error () {
local e_msg="$1"
-# fixme!! DEBUGLEVEL is exported rather early, so checking it here is
-# redundant ...
-if [ -z "$DEBUGLEVEL" ]; then DEBUGLEVEL=0
-fi
# check if LOGFILE is really writeable
if [ -n "${LOGFILE}" ] ; then
[ "${LOGFILE}" != "/dev/null" ] && \