No label stuff. All drivers.
This commit is contained in:
parent
6746ee10f5
commit
bf081105f1
@ -6,22 +6,10 @@ if [ "$1" != start ]
|
|||||||
then exit
|
then exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set -e
|
||||||
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
|
||||||
mount /dev/rescue $RESCUE || exit
|
mount /dev/rescue $RESCUE
|
||||||
label=`sysenv label`
|
cd $DRIVERS
|
||||||
case "$label" in
|
cp at_wini floppy bios_wini $RESCUE
|
||||||
AT)
|
|
||||||
d=at_wini
|
|
||||||
;;
|
|
||||||
FLOPPY)
|
|
||||||
d=floppy
|
|
||||||
;;
|
|
||||||
BIOS)
|
|
||||||
d=bios_wini
|
|
||||||
;;
|
|
||||||
*) exit
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
cp $DRIVERS/$d $RESCUE/driver
|
|
||||||
service rescue $RESCUE
|
service rescue $RESCUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user