Deleted Added
sdiff udiff text old ( 1175:aaaf335c2daf ) new ( 1177:f8fe8072dc6d )
full compact
1#!/bin/sh
2#
3# /etc/init.d/rcS
4#
5
6echo -n "mounting swap..."
7/sbin/swapon /dev/hdc1
8echo "done."

--- 23 unchanged lines hidden (view full) ---

32echo "131072" > /proc/sys/fs/file-max
33echo "done."
34
35echo -n "sleeping until server is running..."
36sleep 3
37echo "done."
38
39echo -n "running surge client..."
40/bin/bash -c "cd /benchmarks/surge && ./spec-m5 2 100 1 192.168.0.1 5"
41echo "done."
42
43echo -n "halting machine"
44m5 exit
45
46echo -n "starting bash shell..."
47/bin/bash