From 01b4a8ed7f4654a0c5df8e11940840152dc06b0f Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 17 Nov 2011 10:27:18 +0100 Subject: [PATCH] Update noudev info texts --- debian/grml-udev-config.grml-udev.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/grml-udev-config.grml-udev.init b/debian/grml-udev-config.grml-udev.init index 56b4a5a..8e30bf0 100644 --- a/debian/grml-udev-config.grml-udev.init +++ b/debian/grml-udev-config.grml-udev.init @@ -85,11 +85,11 @@ case "$1" in # execution of udev (being bootoption noudev) if ! grep -q noudev /proc/cmdline ; then check_for_non_interactive && \ - log_warning_msg "If your system hangs now skip execution of udev via bootoption noudev" + log_action_msg "If your system hangs now, disable udev with bootoption \"noudev\"" else # - allow execution of initscript through FORCE=1 when booting with noudev if [ -z "$FORCE" ] ; then - log_failure_msg "Bootoption noudev found. Skipping execution of udev init script." + log_failure_msg "Bootoption \"noudev\" found. Skipping execution of udev init script." if ! check_for_non_interactive ; then printf "\nIt has been detected that the udev init script\n" printf "has been run from an interactive shell.\n" -- 2.1.4