From: Ali Saidi Date: Wed, 17 Nov 2004 02:59:12 +0000 (-0500) Subject: skip the nfs charecter by charecter and re-write stuff X-Git-Tag: m5_1.0_tutorial~126^2~16^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f2df2d621829d5698121fa526878b1b3f92e45e;p=gem5.git 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 --- 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