| 1 |
# |
|---|
| 2 |
# "SystemImager" |
|---|
| 3 |
# |
|---|
| 4 |
# $Id$ |
|---|
| 5 |
# |
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
First Things First |
|---|
| 9 |
-------------------------------------------------------------------------------- |
|---|
| 10 |
All documentation is in /usr/share/doc/systemimager-* |
|---|
| 11 |
|
|---|
| 12 |
o Read at _least_ the HOWTO section of the manual: |
|---|
| 13 |
|
|---|
| 14 |
1) "cd /usr/share/doc/systemimager-*/manual/" |
|---|
| 15 |
2) "lynx html/index.html" |
|---|
| 16 |
or |
|---|
| 17 |
"mozilla html/index.html &" |
|---|
| 18 |
or |
|---|
| 19 |
"xpdf systemimager-manual.pdf" |
|---|
| 20 |
or |
|---|
| 21 |
"acroread systemimager-manual.pdf" |
|---|
| 22 |
|
|---|
| 23 |
o See the FAQ section of the manual if you still have questions. |
|---|
| 24 |
o See the Troubleshooting section of the manual if you have problems. |
|---|
| 25 |
o If you still have questions, visit http://wiki.systemimager.org. |
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
Installing SystemImager Packages (recommended) |
|---|
| 29 |
-------------------------------------------------------------------------------- |
|---|
| 30 |
If you're looking in here to find out how to install SystemImager, please |
|---|
| 31 |
visit the following web page for instructions on installing pre-built |
|---|
| 32 |
SystemImager packages for Debian or RPM based distributions: |
|---|
| 33 |
|
|---|
| 34 |
http://sourceforge.net/project/showfiles.php?group_id=259 |
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 |
Building and/or Installing SystemImager from Source |
|---|
| 38 |
-------------------------------------------------------------------------------- |
|---|
| 39 |
SystemImager should now build on most any distribution, as well as work on any |
|---|
| 40 |
distribution. If you must build SystemImager yourself, here are a few tips: |
|---|
| 41 |
|
|---|
| 42 |
o Refer to the Makefile for details. |
|---|
| 43 |
o Makefile targets you are probably most interested in: |
|---|
| 44 |
|
|---|
| 45 |
all |
|---|
| 46 |
install_client_all |
|---|
| 47 |
install_server_all |
|---|
| 48 |
install_boel_binaries_tarball |
|---|
| 49 |
install_initrd |
|---|
| 50 |
|
|---|
| 51 |
o For a list of all possible Makefile targets, you can try this command: |
|---|
| 52 |
|
|---|
| 53 |
make show_targets |
|---|
| 54 |
|
|---|
| 55 |
|
|---|