Date: Sun, 22 Aug 2004 05:34:07 +0000 (UTC) From: Ken Smith <kensmith@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sparc64 mkisoimages.sh Message-ID: <200408220534.i7M5Y72I008587@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408220534.i7M5Y72I008587>