commit | b07381f1c36ddf2a0dd5cf538c2e566b523883e6 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Oct 30 22:55:45 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Oct 30 22:55:45 2011 -0700 |
tree | f72d73f60bf518ae512fac06b0cbe4282b4c3f2b | |
parent | 861b7dd15479aacf324d2f907396545f508f2ffd [diff] [blame] |
nbd default via the guest network
diff --git a/tools/build_libvirt.sh b/tools/build_libvirt.sh index 0564584..de3fb3c 100755 --- a/tools/build_libvirt.sh +++ b/tools/build_libvirt.sh
@@ -233,7 +233,7 @@ modprobe nbd max_part=63 # Which NBD device to use? -NBD=${NBD:-/dev/nbd5} +NBD=${NBD:-/dev/nbd$GUEST_NETWORK} # Clean up from previous runs umount $ROOTFS || echo 'ok'