#
#  "SystemImager"
#
#  $Id: README 2865 2004-09-19 23:22:57Z brianfinley $
#


First Things First
--------------------------------------------------------------------------------
All documentation is in /usr/share/doc/systemimager-*

o Read at _least_ the HOWTO section of the manual:

  1)  "cd /usr/share/doc/systemimager-*/manual/"
  2)  "lynx html/index.html"
    or
      "mozilla html/index.html &"
    or
      "xpdf systemimager-manual.pdf"
    or
      "acroread systemimager-manual.pdf"

o See the FAQ section of the manual if you still have questions.
o See the Troubleshooting section of the manual if you have problems.
o If you still have questions, visit http://systemimager.org/support/


Installing SystemImager Packages (recommended)
--------------------------------------------------------------------------------
If you're looking in here to find out how to install SystemImager, please 
visit the following web page for instructions on installing pre-built 
SystemImager packages for Debian or RPM based distributions:

    http://systemimager.org/download/ 


Building and/or Installing SystemImager from Source
--------------------------------------------------------------------------------
SystemImager should now build on most any distribution, as well as work on any
distribution.  If you must build SystemImager yourself, here are a few tips:

    o Refer to the Makefile for details.
    o Makefile targets you are probably most interested in:

        all
        install_client_all
        install_server_all
        install_boel_binaries_tarball
        install_initrd

    o For a list of all possible Makefile targets, you can try this command:

        make show_targets


