<feed xmlns='http://www.w3.org/2005/Atom'>
<title>init.git/.gitignore, branch v0.4</title>
<subtitle>Pygos init daemon</subtitle>
<id>https://git.infraroot.at/pygos/init.git/atom?h=v0.4</id>
<link rel='self' href='https://git.infraroot.at/pygos/init.git/atom?h=v0.4'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/'/>
<updated>2018-06-11T17:45:42+00:00</updated>
<entry>
<title>Add utility for producing syslog message from the shell</title>
<updated>2018-06-11T17:45:42+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-06-06T12:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=d9f883f2151a026d25277d57d56aa045417dd3bb'/>
<id>urn:sha1:d9f883f2151a026d25277d57d56aa045417dd3bb</id>
<content type='text'>
This can can be used by shell scripts to produce syslog messages,
as well as aiding in debugging the usyslogd daemon.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add minimalistic syslog daemon</title>
<updated>2018-06-11T17:45:42+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-06-02T14:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=f52c7ea9d045db3a1f313f92ef786cbb58594a50'/>
<id>urn:sha1:f52c7ea9d045db3a1f313f92ef786cbb58594a50</id>
<content type='text'>
For now this daemon simply dumps all syslog messages into seperate log
files and doesn't do much parsing. Since the messages are readable ASCII
anyway, this should not be to much of a problem and sufficient for
debugging.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add service and helper script for static network configuration</title>
<updated>2018-04-28T11:52:01+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-27T20:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=a22a212d3abdfbce445228c0cdce39a363cc666b'/>
<id>urn:sha1:a22a212d3abdfbce445228c0cdce39a363cc666b</id>
<content type='text'>
After interface renaming is done, perform the following actions:
 - Configure each interface for which we have a configuration file
 - Configuration file contains lines that we pass directly to iproute2
 - Configure static routing in a similar fashion
 - Set the configured interfaces up

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add optional script for persistent network interface renaming</title>
<updated>2018-04-27T09:28:46+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-26T18:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=0ded4765344b6360cf4f030909d5bbe736a1a584'/>
<id>urn:sha1:0ded4765344b6360cf4f030909d5bbe736a1a584</id>
<content type='text'>
Add a new service that runs a small helper script that applies a consistent,
deterministic naming pattern to all interfaces, based on their mac address.

A configuration file with wild card pattern matching can be used for
determining names. By default, this is disabled.

Also, this script is Linux specific.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add helper program for running services</title>
<updated>2018-04-22T11:41:18+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-21T23:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=59731dd69bb4be66c721b3de66fb2ab80bec3e7e'/>
<id>urn:sha1:59731dd69bb4be66c721b3de66fb2ab80bec3e7e</id>
<content type='text'>
We no longer need to keep entire scripts in init program (i.e. saving space)
and reduce the code and complexity of the init program.

The runsvc tool can later be extended to do more complex child setup, such
as configuring namespaces or seccomp without adding complexity or memory
footprint to init.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Move pygos specific configuration to pygos build repo</title>
<updated>2018-04-22T11:41:18+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-19T05:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=32113521eb21b36cd26ebde5c15aac09c7212ee6'/>
<id>urn:sha1:32113521eb21b36cd26ebde5c15aac09c7212ee6</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Rely on PATH variable for running init programs</title>
<updated>2018-04-12T10:51:33+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-12T04:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=a3437967a2ae4730ba638cc80328055e9805e7c9'/>
<id>urn:sha1:a3437967a2ae4730ba638cc80328055e9805e7c9</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Read environment for init from config file</title>
<updated>2018-04-12T10:05:15+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-12T04:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=55d4a328c9fa369611115a066f4f305f2b74dafd'/>
<id>urn:sha1:55d4a328c9fa369611115a066f4f305f2b74dafd</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add pygos specific overlay fs setup</title>
<updated>2018-04-06T23:33:58+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-06T20:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=d0764e77b265bc1fc99456ddd3d3e3a088ef1f78'/>
<id>urn:sha1:d0764e77b265bc1fc99456ddd3d3e3a088ef1f78</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add VFS setup scripts</title>
<updated>2018-04-06T23:33:58+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-06T16:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=4f4a377d7acb555193566db3ee459adc19e2e6a5'/>
<id>urn:sha1:4f4a377d7acb555193566db3ee459adc19e2e6a5</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
</feed>
