diff options
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 6f24093d77..6a77e3db9a 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -990,7 +990,7 @@ class BaseConfig(object): | |||
990 | # Use '%s' since they are integers | 990 | # Use '%s' since they are integers |
991 | os.putenv(k, '%s' % v) | 991 | os.putenv(k, '%s' % v) |
992 | 992 | ||
993 | self.unfs_opts="nfsvers=3,port=%s,udp,mountport=%s" % (nfsd_port, mountd_port) | 993 | self.unfs_opts="nfsvers=3,port=%s,tcp,mountport=%s" % (nfsd_port, mountd_port) |
994 | 994 | ||
995 | # Extract .tar.bz2 or .tar.bz if no nfs dir | 995 | # Extract .tar.bz2 or .tar.bz if no nfs dir |
996 | if not (self.rootfs and os.path.isdir(self.rootfs)): | 996 | if not (self.rootfs and os.path.isdir(self.rootfs)): |