cvs commit: src/release/scripts doFS.sh
Ken Smith
kensmith at FreeBSD.org
Fri Aug 6 13:08:39 PDT 2004
kensmith 2004-08-06 20:08:38 UTC
FreeBSD src repository
Modified files:
release/scripts doFS.sh
Log:
I've had 'make release' problems on a large/fast dual processor machine
with doFS.sh consistently dying here because the device didn't exist
in the namespace fast enough after doing the mdconfig. But the device
did eventually show up. There have been similar complaints on mailing
lists that might boil down to this being the problem too.
This is obviously a hack, if anyone knows what might cause a delay
between mdconfig running and when the name appears in the /dev namespace
(inside a chroot-ed environment if that matters) I'd be happy to back
this out.
Revision Changes Path
1.57 +2 -0 src/release/scripts/doFS.sh
More information about the cvs-src
mailing list