summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-09-28 22:19:39 +0200
committerDirk von Suchodoletz2007-09-28 22:19:39 +0200
commitfc542f3fe5ebb2988453ac273cd2a99ef75e44d9 (patch)
tree93e0e434f8cbb6e38c0574c43cf4ff77cd46b5c9 /initramfs
parentSimple simplification :) (diff)
downloadcore-fc542f3fe5ebb2988453ac273cd2a99ef75e44d9.tar.gz
core-fc542f3fe5ebb2988453ac273cd2a99ef75e44d9.tar.xz
core-fc542f3fe5ebb2988453ac273cd2a99ef75e44d9.zip
too fast ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1358 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-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 79d18145..b671ca42 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -136,7 +136,7 @@ in $0\ncountry=\"${COUNTRY}\"" >> /etc/machine-setup
DEBUGLEVEL=${opts#debug=}
[ $DEBUGLEVEL -eq 8 -o $DEBUGLEVEL -eq 20 ] && \
echo "** SLX init started near $(sysup)"
- nosplash=1
+ [ ${DEBUGLEVEL} != 0 ] && nosplash=1
;;
# essid for WLAN boot (experimental, might be moved to a module component
# in later versions