summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init
index 1e6dddd3..ca8bd984 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -202,7 +202,7 @@ done
# at this point a timer should be started to ensure an automated reboot
# or halt of the machine if SLX init does not succeed (e.g. missing kernel
# module for the network adaptor)
-if [ "${DEBUGLEVEL}" -lt 4 ] ; then
+if [ "${DEBUGLEVEL}" -lt 3 ] ; then
[ -x /bin/busybox ] && shtype=a
cat<<EOF > /bin/watchdog
#!/bin/${shtype}sh