fixed swap disk, now it doesn't have a partition table
--HG-- extra : convert_revision : a2b6ddd25e179b830dd58a1940ca8e1f20684b2e
This commit is contained in:
parent
42de71bc9d
commit
72aea04d8d
6 changed files with 6 additions and 6 deletions
|
@ -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..."
|
||||
|
|
|
@ -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..."
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
echo -n "mounting swap..."
|
||||
/sbin/swapon /dev/hdc1
|
||||
/sbin/swapon /dev/hdc
|
||||
echo "done."
|
||||
|
||||
echo -n "setting up network..."
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
echo -n "mounting swap..."
|
||||
/sbin/swapon /dev/hdc1
|
||||
/sbin/swapon /dev/hdc
|
||||
echo "done."
|
||||
|
||||
echo -n "setting up network..."
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
echo -n "mounting swap..."
|
||||
/sbin/swapon /dev/hdc1
|
||||
/sbin/swapon /dev/hdc
|
||||
echo "done."
|
||||
|
||||
echo -n "setting up network..."
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
echo -n "mounting swap..."
|
||||
/sbin/swapon /dev/hdc1
|
||||
/sbin/swapon /dev/hdc
|
||||
echo "done."
|
||||
|
||||
echo -n "setting up network..."
|
||||
|
|
Loading…
Reference in a new issue