http://bugzilla.novell.com/show_bug.cgi?id=540482 User werner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=540482#c63 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |chanshun8@yahoo.com.hk --- Comment #63 from Dr. Werner Fink <werner@novell.com> 2009-10-12 07:07:01 MDT --- Maybe but as already told it takes away debugging boot scripts. But if ``quiet'' is really that important we could skipt the chvt in /etc/init.d/rc for the case of DO_QUIET=yes ... but, nevertheless, the GDM should never restart its display in case of a shutdown and should always use VT7 and higher not any other virtual console. --- /etc/init.d/rc +++ /etc/init.d/rc 2009-10-12 15:01:52.299429195 +0200 @@ -176,7 +176,7 @@ test "$TERM" = "linux" -o -z "$TERM" && TERM=vt102 elif test "${REDIRECT%[0-9]}" = "/dev/ttyS" ; then test "$TERM" = "linux" -o -z "$TERM" && TERM=vt102 -else +elif test "$DO_BLOGD" = yes ; then # VGA if test "$RUNLEVEL" = "0" -o "$RUNLEVEL" = "6" ; then case "$REDIRECT" in /dev/tty[1-9]*) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.