<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/systemd/system, branch F15-branch</title>
<subtitle>Mageia fork of Fedora's Init Scripts</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/'/>
<entry>
<title>Make sure to enable fedora-storage-init-late.service, and have it after the non-late version. (#699918)</title>
<updated>2011-04-27T17:05:37+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-04-27T17:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b15a418b0ab137507d8e96d4b35d6ff7db76ee8f'/>
<id>b15a418b0ab137507d8e96d4b35d6ff7db76ee8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a storage setup after cryptsetup.target. (#692198)</title>
<updated>2011-04-06T19:47:46+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-04-06T19:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8df4ee072641b1153852c8b8b778ef4a02edb8bd'/>
<id>8df4ee072641b1153852c8b8b778ef4a02edb8bd</id>
<content type='text'>
Due to cryptsetup being parallel with this initially, we need this to support LVM/MD on LUKS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to cryptsetup being parallel with this initially, we need this to support LVM/MD on LUKS.
</pre>
</div>
</content>
</entry>
<entry>
<title>separate "touch /.autorelabel" to a new unit</title>
<updated>2011-04-04T15:33:11+00:00</updated>
<author>
<name>Michal Schmidt</name>
<email>mschmidt@redhat.com</email>
</author>
<published>2011-04-04T07:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d88e9d09a6570fe729735740a966ed758ff81141'/>
<id>d88e9d09a6570fe729735740a966ed758ff81141</id>
<content type='text'>
Writing /.autorelabel from fedora-autorelabel does not work because the
script is executed only if relabel was already requested.

Create a new unit fedora-autorelabel-mark.service which will be
responsible for creating /.autorelabel if SELinux is disabled.
The unit takes advantage of the new "ConditionSecurity=" support in
systemd.

The old script checked for a read-only filesystem first. The new unit
does not do that. If / is read-only, touch will simply fail. This should
not be considered as a failure of the unit, so "-" is used in ExecStart.

There have been arguments on systemd-devel that the root directory
should not be abused for flag files like /.autorelabel. It has a long
tradition in Fedora though (since 2005). Maybe we can change it
eventually, but let's keep it where it is for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Writing /.autorelabel from fedora-autorelabel does not work because the
script is executed only if relabel was already requested.

Create a new unit fedora-autorelabel-mark.service which will be
responsible for creating /.autorelabel if SELinux is disabled.
The unit takes advantage of the new "ConditionSecurity=" support in
systemd.

The old script checked for a read-only filesystem first. The new unit
does not do that. If / is read-only, touch will simply fail. This should
not be considered as a failure of the unit, so "-" is used in ExecStart.

There have been arguments on systemd-devel that the root directory
should not be abused for flag files like /.autorelabel. It has a long
tradition in Fedora though (since 2005). Maybe we can change it
eventually, but let's keep it where it is for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>let systemd check the conditions for fedora-autorelabel</title>
<updated>2011-04-04T15:33:11+00:00</updated>
<author>
<name>Michal Schmidt</name>
<email>mschmidt@redhat.com</email>
</author>
<published>2011-04-04T07:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=93d8f7b7d63689e9244d1ce942997c0e32bdd7cb'/>
<id>93d8f7b7d63689e9244d1ce942997c0e32bdd7cb</id>
<content type='text'>
The service unit file already checks whether /.autorelabel or the
"autorelabel" parameter are present. No need to recheck in the script.
Using the new "ConditionSecurity=" feature systemd can also check
whether SELinux is enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The service unit file already checks whether /.autorelabel or the
"autorelabel" parameter are present. No need to recheck in the script.
Using the new "ConditionSecurity=" feature systemd can also check
whether SELinux is enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix conditions so that they operate as OR, not AND. (#684125)</title>
<updated>2011-03-11T16:38:00+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-03-11T16:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=89032e9049921024fa65c292adb48bc8eba1e5a0'/>
<id>89032e9049921024fa65c292adb48bc8eba1e5a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initscripts: execute fedora-sysinit-unhack after sysinit.target</title>
<updated>2011-03-10T15:48:20+00:00</updated>
<author>
<name>Andrey Borzenkov</name>
<email>arvidjaar@gmail.com</email>
</author>
<published>2011-03-10T15:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d83589bf852cc971295c55466d6638a7b40269a2'/>
<id>d83589bf852cc971295c55466d6638a7b40269a2</id>
<content type='text'>
Currently both are started early during boot and in the best case
are no-op, in the worst - hack is executed after unhack and leaves
/dev/.in_sysinit hanging around forever. Make sure unhack is executed
after hack and after sysinit.target as name suggests.

Signed-off-by: Andrey Borzenkov &lt;arvidjaar@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently both are started early during boot and in the best case
are no-op, in the worst - hack is executed after unhack and leaves
/dev/.in_sysinit hanging around forever. Make sure unhack is executed
after hack and after sysinit.target as name suggests.

Signed-off-by: Andrey Borzenkov &lt;arvidjaar@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use proper keyword (#657974)</title>
<updated>2010-11-30T18:46:58+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-11-30T18:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c56134d2db8b0aa9fb7c96b3142d108d57820b96'/>
<id>c56134d2db8b0aa9fb7c96b3142d108d57820b96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remain after local-fs.target.</title>
<updated>2010-11-23T02:34:07+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2010-11-23T02:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b909b34aa160c332015a93a46a9482dda1bbc256'/>
<id>b909b34aa160c332015a93a46a9482dda1bbc256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fedora-autoswap: order before swap.target like all other swaps</title>
<updated>2010-11-23T02:33:05+00:00</updated>
<author>
<name>Lennart Poettering</name>
<email>lennart@poettering.net</email>
</author>
<published>2010-11-19T02:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=525a4ba38863388469346d897347f2bf28185483'/>
<id>525a4ba38863388469346d897347f2bf28185483</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fedora-storage: drop reference to emergency, weaken dependencies</title>
<updated>2010-11-22T04:06:38+00:00</updated>
<author>
<name>Lennart Poettering</name>
<email>lennart@poettering.net</email>
</author>
<published>2010-11-19T02:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e8fbd3e8f6588cb6051c5e6492316fd6b3eef8cf'/>
<id>e8fbd3e8f6588cb6051c5e6492316fd6b3eef8cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
