K 10 svn:author V 8 kensmith K 8 svn:date V 27 2004-08-22T05:34:07.000000Z K 7 svn:log V 490 Found another one. Why does mdconfig hate me? Add a "sleep 5" to this script, without it sparc64 ISO building was consistently failing because the /dev/md0 device name was not present when the commands following mdconfig ran. Apparently there is the possibility of a delay between when mdconfig finishes and the names become visible in /dev. Yes, we could code this better than an unconditional call to "sleep 5" but IMHO we should fix the underlying problem instead. MFC after: 3 days END