diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-11-13 23:08:08 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-11-13 23:08:08 -0500 |
commit | f63dd31f4ec1c68ddadbce406a8d1b7d93670016 (patch) | |
tree | 3071aa1162b44163cc5392dbdc97b14b88476a8d /configs | |
parent | 2e0695ec9ae9bbc798c8164e9dd66f59fef93b4e (diff) | |
download | gem5-f63dd31f4ec1c68ddadbce406a8d1b7d93670016.tar.xz |
fixed nfs scripts hopefully for the last time
configs/boot/nfs-client.rcS:
lucky #3
--HG--
extra : convert_revision : a55f29e4c087e7ab95ea584316ad6fe4ebb5df9a
Diffstat (limited to 'configs')
-rwxr-xr-x | configs/boot/nfs-client.rcS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/nfs-client.rcS b/configs/boot/nfs-client.rcS index 86ad54da6..b0763b77f 100755 --- a/configs/boot/nfs-client.rcS +++ b/configs/boot/nfs-client.rcS @@ -45,6 +45,6 @@ mkdir /nfs mount 10.0.0.1:/nfs /nfs echo "done." -/bin/bonnie++ -u 99 -s 120 -r 0 -n 0 -d /nfs +/bin/bonnie++ -u 99 -s 100 -r 0 -n 0 -d /nfs /sbin/m5 exit |