diff options
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index adf2b47aae..afe97b5f9d 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
@@ -246,7 +246,7 @@ if [ "$FSTYPE" = "nfs" ]; then | |||
246 | NFSD_PORT=$[ 11111 + $NFS_INSTANCE ] | 246 | NFSD_PORT=$[ 11111 + $NFS_INSTANCE ] |
247 | UNFS_OPTS="nfsvers=2,mountprog=$MOUNTD_PORT,nfsprog=$NFSD_PORT,udp" | 247 | UNFS_OPTS="nfsvers=2,mountprog=$MOUNTD_PORT,nfsprog=$NFSD_PORT,udp" |
248 | 248 | ||
249 | PSEUDO_LOCALSTATEDIR=~/.poky-sdk/pseudo | 249 | PSEUDO_LOCALSTATEDIR=~/.runqemu-sdk/pseudo |
250 | export PSEUDO_LOCALSTATEDIR | 250 | export PSEUDO_LOCALSTATEDIR |
251 | 251 | ||
252 | rpcbind_running=`ps ax | grep rpcbind | grep -v grep | wc -l` | 252 | rpcbind_running=`ps ax | grep rpcbind | grep -v grep | wc -l` |