Changeset 2648 in MondoRescue for devel/mrmini/INSTALL


Ignore:
Timestamp:
Jun 13, 2010, 12:36:32 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3873@localhost: bruno | 2010-06-10 12:28:15 +0200

  • Big renaming in progress mindi => mrmini
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/mrmini/INSTALL

    r2149 r2648  
    1 MINDI LINUX                   INSTALL                               10/21/2002
     1MRMINI Installation instructions
    22
    3 To install, please download the tarball to /tmp and then type:-
    4 # cd /tmp
    5 # tar -zxvf mindi-0.6x.tgz
    6 # cd mindi-0.6x
    7 # ./install.sh
     3Run:
    84
    9 Or install the RPM:-
    10 # rpm -i mindi-0.7x-y.i386.rpm
    11 
    12 Replace 'x' with the last digit of the latest version (e.g. '0' of 0.70).
    13 Replace 'y' with the revision# (e.g. '1' of '0.70-1.i386.rpm').
    14 
    15 To run the program, type:-
    16 # mindi
    17 
    18 Mindi will:-
    19 - locate your kernel and modules
    20 - put together a package of all the tools you are likely to need
    21 - generate some floppy disk images
    22 - offer to write the images to disks for you
    23 
    24 To add files to the dependency list, you may edit
    25 /etc/deplist.txt before running Mindi.
    26 
    27 Problems? Questions? Comments? E-mail the mailing list. :) If you are reporting
    28 a bug or a problem then please e-mail a copy of /var/log/mindi.log to the
    29 mailing list or I shall be unable to help. PLEASE read the FAQ, the manual
    30 and the mailing list before you e-mail me. Thanks.
    31 
    32                                                              Hugo Rabson
    33                                                          <hugo@firstlinux.net>
    34 
     5perl Makefile.PL
     6make
     7make install
Note: See TracChangeset for help on using the changeset viewer.