forked from ungleich-public/cdist
add first manpage
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
54e4f8c6fb
commit
1bfe3c4363
2 changed files with 13 additions and 45 deletions
2
doc/man/.gitignore
vendored
Normal file
2
doc/man/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.html
|
||||||
|
*.1
|
|
@ -1,64 +1,30 @@
|
||||||
cinit(8)
|
cdist-config(1)
|
||||||
========
|
===============
|
||||||
Nico Schottelius <nico-cinit--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
cinit - fast executing, small and simple init with support for profiles
|
cdist-config - Read basic cdist configuration
|
||||||
|
|
||||||
|
|
||||||
SYNOPSIS
|
|
||||||
--------
|
|
||||||
'cinit' [cprofile:name_of_profile]
|
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
Cinit is an init system. It normally gets started by the operating
|
Cdist-config is sourced by all helper programs and provides
|
||||||
system (Linux, *BSD, ...) directly after the kernel has been loaded.
|
hints on where to find the library. Cdist-config needs to be
|
||||||
|
in the path.
|
||||||
Cinit uses parallel execution of services as far as possible. To
|
|
||||||
ensure the correct boot order you need to specify which service
|
|
||||||
'needs' or 'wants' another service. The resulting dependency tree
|
|
||||||
is used at startup to determine which service to start when.
|
|
||||||
|
|
||||||
This may result in different boot orders depending on whether
|
|
||||||
one service is one time faster or slower. Due to the dependencies
|
|
||||||
this is not a problem, but allowed and wished per design.
|
|
||||||
|
|
||||||
For more information refer to the texinfo or html documentation.
|
|
||||||
|
|
||||||
|
|
||||||
OPTIONS
|
|
||||||
-------
|
|
||||||
|
|
||||||
cprofile:name_of_profile::
|
|
||||||
If specified, cinit will start the named profile instead of the
|
|
||||||
standard 'init' service
|
|
||||||
|
|
||||||
|
|
||||||
BUGS
|
|
||||||
----
|
|
||||||
cinit is not tested nor documented very well currently.
|
|
||||||
|
|
||||||
The porting to other OS is not finished yet (mainly missing
|
|
||||||
system level binaries: shutdown, reboot, halt).
|
|
||||||
|
|
||||||
Both is work in progress.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
------
|
------
|
||||||
Nico Schottelius <mailto:nico-cinit--@--schottelius.org[]>
|
Nico Schottelius <mailto:nico-cdist--@--schottelius.org[]>
|
||||||
|
|
||||||
|
|
||||||
RESOURCES
|
RESOURCES
|
||||||
---------
|
---------
|
||||||
Main web site: http://unix.schottelius.org/cinit/[]
|
Main web site: http://www.nico.schottelius.org/cdist/[]
|
||||||
|
|
||||||
|
|
||||||
COPYING
|
COPYING
|
||||||
-------
|
-------
|
||||||
Copyright \(C) 2006 Nico Schottelius. Free use of this software is
|
Copyright \(C) 2010 Nico Schottelius. Free use of this software is
|
||||||
granted under the terms of the GNU General Public License (GPL).
|
granted under the terms of the GNU General Public License version 3 (GPLv3).
|
||||||
|
|
Loading…
Reference in a new issue