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
b28209d9
Commit
b28209d9
authored
12 years ago
by
Alex Pyrgiotis
Browse files
Options
Downloads
Patches
Plain Diff
Correct some typos
parent
a2ba6432
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/install.rst
+3
-3
3 additions, 3 deletions
docs/install.rst
docs/overview.rst
+1
-1
1 addition, 1 deletion
docs/overview.rst
docs/usage.rst
+1
-1
1 addition, 1 deletion
docs/usage.rst
with
5 additions
and
5 deletions
docs/install.rst
+
3
−
3
View file @
b28209d9
...
...
@@ -42,10 +42,10 @@ to your sources. You can use the following commands:
.. code-block:: console
cd /etc/apt/sources.list.d
echo "deb http://apt.dev.grnet.gr precise main" | \
$
cd /etc/apt/sources.list.d
$
echo "deb http://apt.dev.grnet.gr precise main" | \
sudo tee -a apt.dev.grnet.gr.list
echo "deb-src http://apt.dev.grnet.gr precise main" | \
$
echo "deb-src http://apt.dev.grnet.gr precise main" | \
sudo tee -a apt.dev.grnet.gr.list
You will also need to import the repo's GPG key. You can use the ``curl`` tool
...
...
This diff is collapsed.
Click to expand it.
docs/overview.rst
+
1
−
1
View file @
b28209d9
Overview
^^^^^^^^
snf-image-creator is a simple command-line tool
s
for creating OS images. The
snf-image-creator is a simple command-line tool for creating OS images. The
original media from which the image is created, can be a block device or a
regular file that represents a hard disk. Given a media file, snf-image-creator
will create a snapshot for it and will run a number of system preparation
...
...
This diff is collapsed.
Click to expand it.
docs/usage.rst
+
1
−
1
View file @
b28209d9
...
...
@@ -157,7 +157,7 @@ Wizard mode
When *snf-mkimage* runs in *wizard* mode, the user is just asked to provide the
following basic information:
* Name: A short name for image (ex. "Slackware")
* Name: A short name for
the
image (ex. "Slackware")
* Description: An one-line description for the image (ex. "Slackware Linux 14.0 with KDE")
* Account: An *~okeanos* account email
* Token: A token corresponding to the account defined previously
...
...
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