summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-03-30 23:14:48 +0200
committerDirk von Suchodoletz2006-03-30 23:14:48 +0200
commit4e0ad0cb16445b296cf0c70c7111626c577083e3 (patch)
tree113c9c8de48d0f80dfe68a3e3dd1af6d7d55994a /initrd/initrd-stuff/init
parentmore debug level, exclude-common for rsync (files and directories common (diff)
downloadcore-4e0ad0cb16445b296cf0c70c7111626c577083e3.tar.gz
core-4e0ad0cb16445b296cf0c70c7111626c577083e3.tar.xz
core-4e0ad0cb16445b296cf0c70c7111626c577083e3.zip
mostly bugfixes and small improvements ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@133 95ad53e4-c205-0410-b2fa-d234c58c8868
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