-
Notifications
You must be signed in to change notification settings - Fork 26
/
README
47 lines (33 loc) · 1.48 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# "SystemImager"
#
First Things First
--------------------------------------------------------------------------------
All documentation is in SYSTEMIMAGER_DOC_DIR
The quick start guide is available online at:
https://github.com/finley/SystemImager/wiki/QuickStartGuide
o Read at _least_ the HOWTO section of the manual:
1) "cd SYSTEMIMAGER_DOC_DIR/manual/"
2) "lynx html/index.html"
or
"firefox html/index.html"
or
"evince systemimager-manual.pdf"
or
"acroread systemimager-manual.pdf"
or
"okular 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://wiki.systemimager.org.
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:
https://github.com/finley/SystemImager/wiki/QuickStartGuide
Building and/or Installing SystemImager from Source
--------------------------------------------------------------------------------
SystemImager should build and operate on most any distribution. If you
must build SystemImager yourself, start by reviewing the make help.
Literally -- just type it in and hit enter: "make help"