repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git]
/
etc
/
rc.rescue
blob
ae0aea0500560a4e8c4ab7a2444839f1e9e2b685
1
#!/bin/sh
2
DRIVERS
=/
sbin
3
RESCUE
=/
boot
/
rescue
4
5
if
[
"
$1
"
!=
start
]
6
then
exit
7
fi
8
9
set -e
10
service up
$DRIVERS
/
rescue
-dev
/
dev
/
rescue
-args
128
-period
4
HZ
11
mkfs
/
dev
/
rescue
12
mount
/
dev
/
rescue
$RESCUE
13
cd
$DRIVERS
14
cp
-p
at_wini floppy bios_wini
$RESCUE
15
service rescue
$RESCUE