From: lace <> Date: Wed, 22 Feb 2006 22:05:55 +0000 (+0000) Subject: +Installation doc. X-Git-Url: http://git.jankratochvil.net/?p=biosautoraid.git;a=commitdiff_plain;h=1503ec1f618cb63d76e1eec644ed835b86db702b +Installation doc. --- diff --git a/README b/README new file mode 100644 index 0000000..9fe5487 --- /dev/null +++ b/README @@ -0,0 +1,25 @@ +$Id$ + + +Installation: + cvs -d :pserver:pserver:@cvs.jankratochvil.net/cvs checkout -d biosautoraid priv/jklabs/biosautoraid + cd biosautoraid + make + ./biosautoraid.pl -i /dev/hda + +Update/reinstallation: + ./biosautoraid.pl -i /dev/hda + +Deinstallation: + ./biosautoraid.pl -u /dev/hda + +Required after EACH command: + lilo +or + grub-install + +Better to _deinstall_ it first: + ./biosautoraid.pl -u /dev/hda + lilo + ./biosautoraid.pl -i /dev/hda +