--- etc/init.d/gdm.orig 2009-01-06 13:09:40.000000000 +0100 +++ etc/init.d/gdm 2009-01-15 01:03:37.000000000 +0100 @@ -46,7 +46,7 @@ fi case "$1" in start) - if grep -qs text /proc/cmdline; then + if grep -qsw text /proc/cmdline; then log_warning_msg "Not starting GNOME Display Manager (gdm); found 'text' in kernel commandline." elif [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" -a "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" -a "$(cat $DEFAULT_DISPLAY_MANAGER_FILE 2>/dev/null)" != "$DAEMON" ]; then log_warning_msg "Not starting GNOME Display Manager (gdm); it is not the default display manager."