Back out previous commit. Colin's fix to md makes the extra sleep
here unnecessary. Thanks Colin. :-)
This commit is contained in:
parent
45f2fab860
commit
ce021c0ee9
@ -30,8 +30,6 @@ MNT=/mnt
|
||||
if [ "x$1" = "x-b" ]; then
|
||||
dd if=/dev/zero of=${IMG} bs=512 count=1024
|
||||
MD=`mdconfig -a -t vnode -f ${IMG}`
|
||||
# XXX - hack to give time for device name to show up
|
||||
sleep 5
|
||||
sunlabel -w -B -b $4/boot/boot1 ${MD} auto
|
||||
newfs -O1 -o space -m 0 /dev/${MD}c
|
||||
mount /dev/${MD}c ${MNT}
|
||||
|
Loading…
x
Reference in New Issue
Block a user