Repair noudev info message
authorChristian Hofstaedtler <ch@grml.org>
Wed, 30 Nov 2011 11:35:16 +0000 (12:35 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Wed, 30 Nov 2011 11:36:34 +0000 (12:36 +0100)
debian/grml-udev-config.grml-udev.init

index 8e30bf0..8d106e5 100644 (file)
@@ -84,8 +84,8 @@ case "$1" in
         # support bootoption noudev and inform user how to skip
         # execution of udev (being bootoption noudev)
         if ! grep -q noudev /proc/cmdline ; then
-           check_for_non_interactive && \
-              log_action_msg "If your system hangs now, disable udev with bootoption \"noudev\""
+          check_for_non_interactive && \
+            log_action_msg "If your system hangs now, disable udev with bootoption \"noudev\"" && echo
         else
            # - allow execution of initscript through FORCE=1 when booting with noudev
            if [ -z "$FORCE" ] ; then