summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-10 19:11:38 +0200
committerDirk von Suchodoletz2010-08-10 19:11:38 +0200
commite537d2191a2265164421948ad662cc3188c76ba9 (patch)
treec4fc25c066e2766db67f19d77c6534ad97ff3f2f /initramfs
parentComponents to load needed modules for bootsplash early in InitRamFS. (diff)
parentsilent upstart outpusilent upstart outputt (diff)
downloadcore-e537d2191a2265164421948ad662cc3188c76ba9.tar.gz
core-e537d2191a2265164421948ad662cc3188c76ba9.tar.xz
core-e537d2191a2265164421948ad662cc3188c76ba9.zip
Merge branch 'master' of openslx.org:openslx/core
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-default2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default
index beb63db1..e2dd3165 100644
--- a/initramfs/distro-specs/ubuntu/functions-default
+++ b/initramfs/distro-specs/ubuntu/functions-default
@@ -31,7 +31,7 @@ D_DIRINDXS="/var/run/sysconfig/tmp /var/lib/nobody /var/lib/misc /var/lib/pam \
# distro specific stuff to initialize
postinit () {
- if [ $DEBUGLEVEL -gt 2 ]; then
+ if [ $DEBUGLEVEL -gt 3 ]; then
export DEBUG_UPSTART=" -v --debug"
fi
}