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