mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Back out v1.57, the underlying problem that caused a delay between
mdconfig and the device name appearing in /dev seems to be fixed.
This commit is contained in:
parent
640c9dcf69
commit
79a58dfb4c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134282
@ -64,8 +64,6 @@ dofs_md () {
|
||||
fi
|
||||
|
||||
MDDEVICE=`mdconfig -a -t vnode -f ${FSIMG}`
|
||||
# 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
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user