cvs commit: src/release/sparc64 mkisoimages.sh
Ken Smith
kensmith at FreeBSD.org
Sat Aug 21 22:34:07 PDT 2004
kensmith 2004-08-22 05:34:07 UTC
FreeBSD src repository
Modified files:
release/sparc64 mkisoimages.sh
Log:
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
Revision Changes Path
1.7 +2 -0 src/release/sparc64/mkisoimages.sh
More information about the cvs-src
mailing list