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
This commit is contained in:
parent
d10f73b311
commit
eeb78f797c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user