Comment: Provide better Int13Sniff URL.
[biosautoraid.git] / README
1 $Id$
2
3
4 Installation:
5         cvs -d :pserver:pserver:@cvs.jankratochvil.net/cvs checkout -d biosautoraid priv/jklabs/biosautoraid
6         cd biosautoraid
7         make
8         ./biosautoraid.pl -i /dev/hda
9
10 Update/reinstallation:
11         ./biosautoraid.pl -i /dev/hda
12
13 Deinstallation:
14         ./biosautoraid.pl -u /dev/hda
15
16 Required after EACH command:
17         lilo
18 or
19         grub-install
20
21 Better to _deinstall_ it first:
22         ./biosautoraid.pl -u /dev/hda
23         lilo
24         ./biosautoraid.pl -i /dev/hda
25