From 4e0ad0cb16445b296cf0c70c7111626c577083e3 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 30 Mar 2006 21:14:48 +0000 Subject: mostly bugfixes and small improvements ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@133 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/init | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'initrd/initrd-stuff/init') 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 -- cgit v1.2.3-55-g7522