summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2004-08-09 01:42:32 +0000
committerkensmith <kensmith@FreeBSD.org>2004-08-09 01:42:32 +0000
commit2f658d62e3282352e7af9201055c13e8ce625da6 (patch)
tree03e85db98d776187542c0a75ca44b7fba634bba0 /release/scripts
parent46edc34b3dc769386ff74b79a8bb24b8cea4eaec (diff)
downloadFreeBSD-src-2f658d62e3282352e7af9201055c13e8ce625da6.zip
FreeBSD-src-2f658d62e3282352e7af9201055c13e8ce625da6.tar.gz
I should have marked my previous commit with an XXX to indicate it's a
workaround to a problem that shouldn't exist. Noticed by: ru
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/doFS.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh
index e70dcb9..24c4fbd 100644
--- a/release/scripts/doFS.sh
+++ b/release/scripts/doFS.sh
@@ -64,7 +64,7 @@ dofs_md () {
fi
MDDEVICE=`mdconfig -a -t vnode -f ${FSIMG}`
- # This sleep is needed to solve some sort of race condition
+ # XXX - This sleep is needed to solve some sort of race condition
sleep 5
if [ ! -c /dev/${MDDEVICE} ] ; then
echo "No /dev/$MDDEVICE" 1>&2
OpenPOWER on IntegriCloud