diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-11-17 22:05:29 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-11-17 22:05:29 -0500 |
commit | 72aea04d8dbab87c3c34d987f755417fdc356231 (patch) | |
tree | 5108d07ebea93a71d9c01d7742b21554fbe95610 /configs | |
parent | 42de71bc9d22b2d426357a5230a8d50383688c8e (diff) | |
download | gem5-72aea04d8dbab87c3c34d987f755417fdc356231.tar.xz |
fixed swap disk, now it doesn't have a partition table
--HG--
extra : convert_revision : a2b6ddd25e179b830dd58a1940ca8e1f20684b2e
Diffstat (limited to 'configs')
-rw-r--r-- | configs/boot/nat-spec-surge-client.rcS | 2 | ||||
-rwxr-xr-x | configs/boot/nat-spec-surge-server.rcS | 2 | ||||
-rw-r--r-- | configs/boot/spec-surge-client.rcS | 2 | ||||
-rwxr-xr-x | configs/boot/spec-surge-server.rcS | 2 | ||||
-rwxr-xr-x | configs/boot/surge-client.rcS | 2 | ||||
-rwxr-xr-x | configs/boot/surge-server.rcS | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/configs/boot/nat-spec-surge-client.rcS b/configs/boot/nat-spec-surge-client.rcS index 39e3e5070..2c0b46607 100644 --- a/configs/boot/nat-spec-surge-client.rcS +++ b/configs/boot/nat-spec-surge-client.rcS @@ -6,7 +6,7 @@ CLIENT=10.0.0.2 SERVER=192.168.0.1 echo -n "mounting swap..." -/sbin/swapon /dev/hdc1 +/sbin/swapon /dev/hdc echo "done." echo -n "setting up network..." diff --git a/configs/boot/nat-spec-surge-server.rcS b/configs/boot/nat-spec-surge-server.rcS index 39eb5bee0..ed0e96a44 100755 --- a/configs/boot/nat-spec-surge-server.rcS +++ b/configs/boot/nat-spec-surge-server.rcS @@ -5,7 +5,7 @@ NATBOX=192.168.0.7 echo -n "mounting swap..." -/sbin/swapon /dev/hdc1 +/sbin/swapon /dev/hdc echo "done." echo -n "setting up network..." diff --git a/configs/boot/spec-surge-client.rcS b/configs/boot/spec-surge-client.rcS index b7a2a12e4..6ce2ce9de 100644 --- a/configs/boot/spec-surge-client.rcS +++ b/configs/boot/spec-surge-client.rcS @@ -4,7 +4,7 @@ # echo -n "mounting swap..." -/sbin/swapon /dev/hdc1 +/sbin/swapon /dev/hdc echo "done." echo -n "setting up network..." diff --git a/configs/boot/spec-surge-server.rcS b/configs/boot/spec-surge-server.rcS index 61afd78bf..12e31696b 100755 --- a/configs/boot/spec-surge-server.rcS +++ b/configs/boot/spec-surge-server.rcS @@ -4,7 +4,7 @@ # echo -n "mounting swap..." -/sbin/swapon /dev/hdc1 +/sbin/swapon /dev/hdc echo "done." echo -n "setting up network..." diff --git a/configs/boot/surge-client.rcS b/configs/boot/surge-client.rcS index f41c13882..208524a9c 100755 --- a/configs/boot/surge-client.rcS +++ b/configs/boot/surge-client.rcS @@ -4,7 +4,7 @@ # echo -n "mounting swap..." -/sbin/swapon /dev/hdc1 +/sbin/swapon /dev/hdc echo "done." echo -n "setting up network..." diff --git a/configs/boot/surge-server.rcS b/configs/boot/surge-server.rcS index 75642c259..3feb7b581 100755 --- a/configs/boot/surge-server.rcS +++ b/configs/boot/surge-server.rcS @@ -5,7 +5,7 @@ echo -n "mounting swap..." -/sbin/swapon /dev/hdc1 +/sbin/swapon /dev/hdc echo "done." echo -n "setting up network..." |