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 [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
