Refix
This commit is contained in:
parent
c367670fa8
commit
c2f668d1d2
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
DRIVERS=/usr/sbin
|
DRIVERS=/sbin
|
||||||
RESCUE=/boot/rescue
|
RESCUE=/boot/rescue
|
||||||
|
|
||||||
if [ "$1" != start ]
|
if [ "$1" != start ]
|
||||||
@ -9,7 +9,7 @@ fi
|
|||||||
service up $DRIVERS/rescue -dev /dev/rescue -args 128 -period 4HZ
|
service up $DRIVERS/rescue -dev /dev/rescue -args 128 -period 4HZ
|
||||||
mkfs /dev/rescue || exit
|
mkfs /dev/rescue || exit
|
||||||
mount /dev/rescue $RESCUE || exit
|
mount /dev/rescue $RESCUE || exit
|
||||||
cp $DRIVERS/memory $RESCUE
|
cp /usr/sbin/memory $RESCUE
|
||||||
label=`sysenv label`
|
label=`sysenv label`
|
||||||
case "$label" in
|
case "$label" in
|
||||||
AT)
|
AT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user