aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.html
blob: 2ff72964f79c0e480753f3837b9b152b1bfc866b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
	<head>
    	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    	<meta http-equiv="Content-Language" content="en" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
    	<title>goetia-linux-init</title>
    	<meta name="Description" content="goetia-linux-init contains minimal init and shutdown scripts for Linux." />
    	<meta name="Keywords" content="goetia s6 s6-rc Linux init shutdown" />
	</head>
	<header>
		<p>
			<a href="//0x53.net/software/goetia">goetia</a>
			<br />
			<a href="//0x53.net/software">Software</a>
			<br />
			<a href="//0x53.net">0x53.net</a>
		</p>
	</header>
	<body>
		<h1>goetia-linux-init</h1>
		<h2>What is it?</h2>
		<p>
			goetia-linux-init contains
			init and shutdown scripts for running goetia on a Linux Kernel.
			Additionally, it contains
			<a href="https://skarnet.org/software/s6/servicedir.html">service directories</a>
			specific to this init system.
		</p>
		<hr>
		<h2>Installation</h2>
		<h3>Requirements</h3>
		<ul>
			<li>
    			A POSIX-compliant implementation of make, or GNU make
			</li>
			<li>
    			A set of POSIX and kernel specific tools as described in the general
				<a href="//0x53.net/software/requirements.html">requirements</a>.
				This is a runtime requirement
			</li>
			<li>
				<a href="//0x53.net/software/linux-supplements/">linux-supplements</a>.
				This is a runtime requirement
			</li>
			<li>
    			<a href="//0x53.net/software/goetia/goetia-base">goetia-base</a>.
				This is a runtime requirement
			</li>
			<li>
    			The package and its runtime requirements need to reside at
    			the root partition.
			</li>
		</ul>
		<h3>Licensing</h3>
		<p>
			goetia-linux-init is free software. It is available under the
			<a href="https://opensource.org/licenses/ISC">ISC license</a>.
		</p>
		<h3>Download</h3>
		<ul>
    		<!--
			<li>
    			The current released version of goetia-linux-init is
				<a href="./goetia-linux-init-0.0.1.0.tar.gz">0.0.1.0</a>.
				You can access its checksum
				<a href="./goetia-linux-init-0.0.1.0.tar.gz.sha256">here</a>.
			</li>
			-->
			<li>
    			Alternatively, you can checkout a copy of the
				<a href="https://git.0x53.net/goetia-linux-init">goetia-linux-init git repository</a>:
				<pre>git clone git://git.0x53.net/goetia-linux-init</pre>
			</li>
		</ul>
		<h3>Compilation</h3>
		<ul>
			<li>
    			See the enclosed INSTALL file for installation details.
			</li>
		</ul>
		<hr>
		<h2>Reference</h2>
		<section id="bin">
			<h3>Commands</h3>
			<p>
				All of the following are
				<a href="https://skarnet.org/software/execline/">execline</a>
				scripts.
			</p>
			<ul>
				<li>
    				<a href="./bin/system-init.html">system-init</a>
				</li>
				<li>
    				<a href="./bin/system-shutdown.html">system-shutdown</a>
				</li>
			</ul>
		</section>
		<section id="service">
			<h3>Service directories</h3>
			<p>
				Service directories specific to the Linux Kernel
				and to this init system.
			</p>
			<ul>
				<li>
    				<a href="./service/system/.s6-svscan.html">.s6-svscan</a>
				</li>
				<li>
    				<a href="./service/system/goetia-shutdown.html">goetia-shutdown</a>
				</li>
			</ul>
		</section>
	</body>
</html>