[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] raq550 mfg hook



Steve, this is on a Raq 550... any issues or just ignore it?

Thanks

--
Paul Aviles
http://folding.stanford.edu
Team # 33187

---------- Original Message -----------
From: Steve Bonisteel <steveb@xxxxxxxxxxxxx>
To: cobalt-developers@xxxxxxxxxxxxxxx
Sent: Thu, 09 Oct 2003 09:36:46 -0400
Subject: Re: [cobalt-developers] raq550 mfg hook

> At 09:11 AM 10/9/2003, Paul wrote:
> 
> >That shows up just before the unit finishes starting up and 
> >displaying the
> >hostname/ip address in the LCD panel.
> 
> Previous Cobalt devices had alternate start-up scripts/utilities 
> that I suppose were used by the manufacturer for testing. This 
> snippet from one such script uses the terms "hook" and "MFG tests":
> 
> # Hook for manufacturing... customers seeing this comment should copy
> # rc.local.master to rc.local
> 
> MFG=`/bin/hostname | /usr/bin/cut -d. -f2-`
> if [ $MFG = "mfg.cobaltmicro.com" ]; then
>          /sbin/stoplcd
>          /sbin/writelcd "Running MFG" "tests..."
>          /bin/mount tester:/test_dir /mnt
>          /mnt/run_tests
> fi
> 
> -- 
> Steve Bonisteel
> The Web Paving Company Ltd. / Kingston, Ontario
> Phone: 613-531-0479 /  Fax  : 613-545-9148
> 
> PGP Public Key: <http://webpaving.com/pgp>
> 
> ICQ: 321181636
> MSN/AIM/YAHOO: "webpaving"
> 
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
------- End of Original Message -------