<feed xmlns='http://www.w3.org/2005/Atom'>
<title>init.git/scripts, branch v0.7.1</title>
<subtitle>Pygos init daemon</subtitle>
<id>https://git.infraroot.at/pygos/init.git/atom?h=v0.7.1</id>
<link rel='self' href='https://git.infraroot.at/pygos/init.git/atom?h=v0.7.1'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/'/>
<updated>2018-09-21T10:41:42+00:00</updated>
<entry>
<title>Add helper script to update the time from NTP</title>
<updated>2018-09-21T10:41:42+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-09-21T10:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=66dde441bc7ae0462363fd78250f297f9289ce20'/>
<id>urn:sha1:66dde441bc7ae0462363fd78250f297f9289ce20</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add a module auto loading service</title>
<updated>2018-07-18T15:56:09+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-07-17T20:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=4b047ad61e53066e6c5d96f0f79ea3f194938c84'/>
<id>urn:sha1:4b047ad61e53066e6c5d96f0f79ea3f194938c84</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add ifdown service</title>
<updated>2018-07-17T16:02:46+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-07-17T16:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=258848ace2bcecf1ae6c3b7b433805b18fbd37d0'/>
<id>urn:sha1:258848ace2bcecf1ae6c3b7b433805b18fbd37d0</id>
<content type='text'>
Add a service file and helper script to shut down all network interfaces
during shutdown or reboot.

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>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>Build system and directory structure cleanup</title>
<updated>2018-04-12T08:28:40+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-12T03:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=6cf0a254cd9e4892a941bb5ad6f8d9ed317b1617'/>
<id>urn:sha1:6cf0a254cd9e4892a941bb5ad6f8d9ed317b1617</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add configure switch to disable pygos specific config defaults</title>
<updated>2018-04-12T07:50:07+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-12T03:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=e148e873e05e4ebe4d7a90cdbe8cdd72618eb7ac'/>
<id>urn:sha1:e148e873e05e4ebe4d7a90cdbe8cdd72618eb7ac</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>
</feed>
