diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-11-16 21:59:12 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-11-16 21:59:12 -0500 |
commit | 9f2df2d621829d5698121fa526878b1b3f92e45e (patch) | |
tree | 5a984ff633d07ab1d5d2b02377e221b33867eadc /configs/boot | |
parent | 34b20144639a75926ec87fcb5be83bcb5aeffb07 (diff) | |
download | gem5-9f2df2d621829d5698121fa526878b1b3f92e45e.tar.xz |
skip the nfs charecter by charecter and re-write stuff
configs/boot/nfs-client.rcS:
skip the charecter and rewrite test
--HG--
extra : convert_revision : 2630e1f1a2a52a4e96a45e12769a94de28ad5c93
Diffstat (limited to 'configs/boot')
-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 005743bfb..a999fb72c 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 700 -r 0 -n 0 -d /nfs +/bin/bonnie++ -u 99 -s 700 -r 0 -n 0 -f -F -d /nfs /sbin/m5 exit |