summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init4
1 files changed, 1 insertions, 3 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index 7081cd3e..d239e170 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -163,11 +163,9 @@ if [ "${DEBUGLEVEL}" -gt 0 ] ; then
# of the variable
LOGFILE="/var/log/dxs-boot.log"
echo "1 4 1 7" >/proc/sys/kernel/printk
- [ "${DEBUGLEVEL}" -eq 2 ] && MODPRV="-v"
+ [ "${DEBUGLEVEL}" -ge 2 ] && MODPRV="-v"
[ "${DEBUGLEVEL}" -gt 3 ] && {
set -x
- # modprobe should be verbose
- MODPRV="-v";
# and the kernel too
echo "7 7 7 7" >/proc/sys/kernel/printk; }
else