summaryrefslogtreecommitdiff
path: root/configs/boot/bonnie.rcS
blob: 65b2fd6c9a833e214f9affbc96fbd03a5757d521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# /etc/init.d/rcS
#

echo -n "Mounting empty disk..."
mkdir /tmp-space
/bin/mount /dev/hdb1 /tmp-space
chmod a+rwx /tmp-space
echo "done."

/bin/bonnie++ -u 99 -s 700 -r 0 -n 0 -f -F -d /tmp-space
m5 exit