Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-ganeti
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-ganeti
Commits
bd205d0e
Commit
bd205d0e
authored
17 years ago
by
Michael Hanselmann
Browse files
Options
Downloads
Patches
Plain Diff
Now that we use configure's variables, add --sysconfdir to configure.
Reviewed-by: ultrotter
parent
2ec08468
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
INSTALL
+2
-1
2 additions, 1 deletion
INSTALL
doc/install.sgml
+3
-3
3 additions, 3 deletions
doc/install.sgml
with
5 additions
and
4 deletions
INSTALL
+
2
−
1
View file @
bd205d0e
...
...
@@ -45,7 +45,8 @@ For building from source, you also need tar, gzip or bzip2 and make.
Installation of the software
============================
To install, simply do ``./configure --localstatedir=/var && make && make install``
To install, simply do ``./configure --localstatedir=/var --sysconfdir=/etc && \
make && make install``
This will install the software under /usr/local. You then need to copy
ganeti.init to /etc/init.d/ganeti and integrate it into your boot sequence
...
...
This diff is collapsed.
Click to expand it.
doc/install.sgml
+
3
−
3
View file @
bd205d0e
...
...
@@ -577,7 +577,7 @@ vgextend xenvg /dev/sdd1
<screen>
tar xvzf ganeti-1.2b1.tar.gz
cd ganeti-1.2b1
./configure --localstatedir=/var
./configure --localstatedir=/var
--sysconfdir=/etc
make
make install
mkdir /srv/ganeti/ /srv/ganeti/os /srv/ganeti/export
...
...
@@ -585,7 +585,7 @@ mkdir /srv/ganeti/ /srv/ganeti/os /srv/ganeti/export
<para>
You also need to copy the file
<filename>
doc
s
/examples/ganeti.initd
</filename>
<filename>
doc/examples/ganeti.initd
</filename>
from the source archive to
<filename>
/etc/init.d/ganeti
</filename>
and register it with
your distribution's startup scripts, for example in Debian:
...
...
@@ -597,7 +597,7 @@ mkdir /srv/ganeti/ /srv/ganeti/os /srv/ganeti/export
to setup a cron job run the
<computeroutput>
ganeti-watcher
</computeroutput>
program. A
sample cron file is provided in the source at
<filename>
doc
s
/examples/ganeti.cron
</filename>
and you can
<filename>
doc/examples/ganeti.cron
</filename>
and you can
copy that (eventually altering the path) to
<filename>
/etc/cron.d/ganeti
</filename>
</para>
...
...
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