Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
e518effc
Commit
e518effc
authored
May 09, 2014
by
Dionysis Grigoropoulos
Browse files
docs: Update installation guide to use root prompt
parent
e8074a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/installation.rst
View file @
e518effc
...
...
@@ -50,14 +50,14 @@ After you update ``/etc/apt/sources.list`` import the repo's GPG key:
.. code-block:: console
$
curl https://dev.grnet.gr/files/apt-grnetdev.pub | apt-key add -
#
curl https://dev.grnet.gr/files/apt-grnetdev.pub | apt-key add -
To install the package use the following commands:
.. code-block:: console
$
apt-get update
$
apt-get install snf-image
#
apt-get update
#
apt-get install snf-image
The last command will also download and install the *snf-image-helper* image in
the post install phase of the package installation.
...
...
@@ -108,13 +108,13 @@ Install snf-image:
.. code-block:: console
$
make install
$
install -Dm600 defaults /etc/default/snf-image
$
mkdir -p /var/lib/snf-image/helper
#
make install
#
install -Dm600 defaults /etc/default/snf-image
#
mkdir -p /var/lib/snf-image/helper
Finally, install the helper image by executing:
.. code-block:: console
$
snf-image-update-helper
#
snf-image-update-helper
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment