ok, graphical boot, one more time

Robert P. J. Day rpjday at mindspring.com
Fri Oct 31 17:52:14 UTC 2003


On Fri, 31 Oct 2003, nosp wrote:

> On Fri, 2003-10-31 at 17:35, Robert P. J. Day wrote:
> >   all right, i have some intriguing observations to report.  but first, i
> > want to settle this "rhgb" boot-line option.  can someone point me to
> > where this option has any effect *at* *all*?
> [snip]
> >   there is, AFAICT, no test *anywhere* that looks for the option "rhgb" on
> > the boot line. 
> 
> I suppose it's magically happening then :).  What's wrong with your
> /etc/rc.sysinit?  Mine has the obvious test on line 91:
> ---
> if fgrep rhgb /proc/cmdline > /dev/null 2>&1 && [ "$BOOTUP" = "color" -a
> "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb ]; then

what the heck?  mine reads:

if ! fgrep -q nogui /proc/cmdline && [ "$BOOTUP" = "color" -a "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb ]; then
   /usr/bin/rhgb
   RHGB_STARTED=1
fi

  is one a newer version?  i've been letting yum update stuff
automatically.  which is the industry-approved version?  is one version or
the other set at install time based on something?  how odd.

rday





More information about the test mailing list