diff options
Diffstat (limited to 'configs/boot/nfs-client-nhfsstone.rcS')
-rwxr-xr-x | configs/boot/nfs-client-nhfsstone.rcS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/boot/nfs-client-nhfsstone.rcS b/configs/boot/nfs-client-nhfsstone.rcS index 6a9650d38..c59655a47 100755 --- a/configs/boot/nfs-client-nhfsstone.rcS +++ b/configs/boot/nfs-client-nhfsstone.rcS @@ -36,7 +36,7 @@ echo -n "starting nfs client..." echo "done." echo -n "waiting for server..." -/usr/bin/netcat -c -l -p 8000 +netcat -c -l -p 8000 echo -n "mounting remote share..." mkdir /nfs @@ -44,6 +44,6 @@ mount 10.0.0.1:/nfs /nfs echo "done." /sbin/m5 checkpoint 8000000000 2000000000 -/benchmarks/nfs/nhfsstone -l 300 -t 50 -p 14 -m /benchmarks/nfs/nfs.mix2 /nfs +/sbin/nhfsstone /nfs /sbin/m5 exit |