Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-image-creator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-image-creator
Commits
8a40ba3c
Commit
8a40ba3c
authored
12 years ago
by
Alex Pyrgiotis
Browse files
Options
Downloads
Patches
Plain Diff
Remove the installation restriction about Ubuntu
parent
1e72da95
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/install.rst
+11
-8
11 additions, 8 deletions
docs/install.rst
docs/usage.rst
+2
-2
2 additions, 2 deletions
docs/usage.rst
with
13 additions
and
10 deletions
docs/install.rst
+
11
−
8
View file @
8a40ba3c
Installation
Installation
^^^^^^^^^^^^
^^^^^^^^^^^^
This guide describes how to install snf-image-creator on
an Ubuntu 12.04 LTS
This guide describes how to install snf-image-creator on
your machine. It is
system. It is
highly recommended to have virtualization capable hardware.
highly recommended to have virtualization capable hardware.
snf-image-creator
snf-image-creator
will work on processors that do not support virtualization
will work on processors that do not support virtualization
but it will be
but it will be
extremely slow.
extremely slow.
Dependencies
Dependencies
============
============
...
@@ -22,11 +22,14 @@ snf-image-creator depends on the following programs:
...
@@ -22,11 +22,14 @@ snf-image-creator depends on the following programs:
* Python interface to sendfile [http://pypi.python.org/pypi/pysendfile]
* Python interface to sendfile [http://pypi.python.org/pypi/pysendfile]
The above dependencies are resolved differently, depending on the installation
The above dependencies are resolved differently, depending on the installation
method you choose.
method you choose.
There are two installation methods available:
There are two installation methods. The first uses official packages whereas
#. `Install snf-image-creator using official packages`_ (currently only for
the second installs snf-image-creator and its dependencies from source. Both
Ubuntu 12.04, more OSes will be supported soon)
methods are presented below.
#. `Install snf-image-creator from source`_ (provided you meet the above
dependencies)
Both methods are presented below.
Install snf-image-creator using official packages
Install snf-image-creator using official packages
=================================================
=================================================
...
...
This diff is collapsed.
Click to expand it.
docs/usage.rst
+
2
−
2
View file @
8a40ba3c
...
@@ -58,7 +58,7 @@ found, before extracting the image. Both can be disabled by specifying
...
@@ -58,7 +58,7 @@ found, before extracting the image. Both can be disabled by specifying
*--no-sysprep* and *--no-shrink* respectively.
*--no-sysprep* and *--no-shrink* respectively.
If *--print-sysprep* is defined, the program will exit after outputing a
If *--print-sysprep* is defined, the program will exit after outputing a
list of enabled and disabled system preparation operation appliable to this
list of enabled and disabled system preparation operation appli
c
able to this
media source. The user can enable or disable specific *syspreps* when creating
media source. The user can enable or disable specific *syspreps* when creating
an image, using *-{enable,disable}-sysprep* options. You can specify those
an image, using *-{enable,disable}-sysprep* options. You can specify those
options multiple times to enable or disable multiple *syspreps*.
options multiple times to enable or disable multiple *syspreps*.
...
@@ -287,7 +287,7 @@ to the user to do it.
...
@@ -287,7 +287,7 @@ to the user to do it.
Swap partitions
Swap partitions
---------------
---------------
If you want your image to have a swap partition
s
, make sure this is the last
If you want your image to have a swap partition, make sure this is the last
partition on the disk. If snf-image-creator detects a swap partition in the end
partition on the disk. If snf-image-creator detects a swap partition in the end
of the input media, it will remove the partition when shrinking and will save
of the input media, it will remove the partition when shrinking and will save
enough information to be able to recreate it during image deployment. This will
enough information to be able to recreate it during image deployment. This will
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment