add some sleeps to help figure out mount error

This commit is contained in:
Anthony Young 2011-10-20 12:55:46 -07:00
parent d781efd87b
commit 6993746cac

View File

@ -231,8 +231,13 @@ rm -f $VM_DIR/disk
# Create our instance fs
qemu-img create -f qcow2 -b $BASE_IMAGE_COPY disk
# Mount the instance
sleep 5
qemu-nbd -c $NBD disk
sleep 5
# Mount the instance
mount $NBD $ROOTFS -o offset=32256 -t ext4
# Configure instance network