commit | 6993746cac39fe4059b42d26c994c0de8b0d75b4 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Thu Oct 20 12:55:46 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Thu Oct 20 12:55:46 2011 -0700 |
tree | 95b876ac25088f1f1538cec5b425742176d82d89 | |
parent | d781efd87ba158f2f33988f5cf7e6ffdd96b2248 [diff] [blame] |
add some sleeps to help figure out mount error
diff --git a/tools/build_kvm.sh b/tools/build_kvm.sh index 24e99f1..4cca5f9 100755 --- a/tools/build_kvm.sh +++ b/tools/build_kvm.sh
@@ -231,8 +231,13 @@ # 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