F12 -> F14 (via preupgrade), not so smooth

stan gryt2 at q.com
Wed Nov 17 21:22:12 UTC 2010


On Wed, 17 Nov 2010 14:56:04 -0500
Bill Davidsen <davidsen at tmr.com> wrote:

> stan wrote:

> > #Fix console loglevel
> > if [ -n "$LOGLEVEL" ]; then
> >        /bin/dmesg -n $LOGLEVEL
> > else
> >        /bin/dmesg -n 3
> > fi
> 
> /bin/dmesg -n ${LOGLEVEL:-3}
 
That's slick.  I presume you meant 
/bin/dmesg -n ${LOGLEVEL:3}
changing the -3 to a 3?  I didn't look up the documentation, just
extrapolating.


More information about the users mailing list