<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/rc.d, branch F16-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>Do not check mounted filesystems (#745224)</title>
<updated>2012-03-09T18:07:41+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2012-02-13T10:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f4072a4fbe6105f36889cd973528d2490f3c48aa'/>
<id>f4072a4fbe6105f36889cd973528d2490f3c48aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use /run/initramfs instead of /dev/.initramfs</title>
<updated>2012-03-09T18:07:24+00:00</updated>
<author>
<name>Will Woods</name>
<email>wwoods@redhat.com</email>
</author>
<published>2012-03-08T20:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8e42a26032834a5c621e05fc14103611906fca87'/>
<id>8e42a26032834a5c621e05fc14103611906fca87</id>
<content type='text'>
Current dracut saves state to /run/initramfs, since /run is standard
now.

This patch makes rc.sysinit and fedora-readonly check for files in
/run/initramfs/rwtab and /run/initramfs/state (which is where dracut
writes them).

It also makes ifup-eth look for lease files in /run/initramfs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current dracut saves state to /run/initramfs, since /run is standard
now.

This patch makes rc.sysinit and fedora-readonly check for files in
/run/initramfs/rwtab and /run/initramfs/state (which is where dracut
writes them).

It also makes ifup-eth look for lease files in /run/initramfs.
</pre>
</div>
</content>
</entry>
<entry>
<title>If locale.conf exists, use it. (#706756, in part)</title>
<updated>2011-10-25T16:47:26+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-10-25T16:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d088bd27ef9fac2695c9769b4fbb230e32d93b31'/>
<id>d088bd27ef9fac2695c9769b4fbb230e32d93b31</id>
<content type='text'>
systemd's algorithm on startup is:

- if /etc/locale.conf is parseable, use that
- otherwise, use /etc/sysconfig/i18n

Given that we have a heirarchy of system -&gt; user settings here,
simply go:
 ~/.i18n &gt; /etc/locale.conf &gt; /etc/sysconfig/i18n

Add some documentation as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
systemd's algorithm on startup is:

- if /etc/locale.conf is parseable, use that
- otherwise, use /etc/sysconfig/i18n

Given that we have a heirarchy of system -&gt; user settings here,
simply go:
 ~/.i18n &gt; /etc/locale.conf &gt; /etc/sysconfig/i18n

Add some documentation as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only use the first ARP response in netconsole (#744309)</title>
<updated>2011-10-07T20:28:05+00:00</updated>
<author>
<name>Doug Knight</name>
<email>doug.knight@karmix.org</email>
</author>
<published>2011-10-07T19:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=07b90103fcee7e6ec096f941fd4688923b8cf768'/>
<id>07b90103fcee7e6ec096f941fd4688923b8cf768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Be less picky about ifcfg file names. (#742276)</title>
<updated>2011-09-30T14:52:05+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-09-30T14:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a28a3f03b42377f50ab46fd669bc93b287c20b11'/>
<id>a28a3f03b42377f50ab46fd669bc93b287c20b11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only bother with consoletype if we're actually connected to something that's console-ish. (#657869)</title>
<updated>2011-09-19T21:45:17+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-09-19T21:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=09bfb5033230e6846414bc6002aa12ce09c23687'/>
<id>09bfb5033230e6846414bc6002aa12ce09c23687</id>
<content type='text'>
If we're connected to a socket, or a pipe, or a file, or anything else - assume dumb mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we're connected to a socket, or a pipe, or a file, or anything else - assume dumb mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>selinuxfs moved, adjust code. (#733759)</title>
<updated>2011-08-30T19:17:14+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-08-30T19:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=8e35de888bde8b123bf19c23cb4e8974cb75475e'/>
<id>8e35de888bde8b123bf19c23cb4e8974cb75475e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Call multipath and kpartx with -u. (#733437)</title>
<updated>2011-08-25T18:33:48+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-08-25T18:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=588b435f07ef70684d7979b0472b8a0aabe44d71'/>
<id>588b435f07ef70684d7979b0472b8a0aabe44d71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plymouth lives in /bin. (#702814)</title>
<updated>2011-08-15T20:23:38+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-08-15T20:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=19ea300575c00132cf576ae0f8ef99f0c78f20d1'/>
<id>19ea300575c00132cf576ae0f8ef99f0c78f20d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't mount gfs2 in netfs (#689593)</title>
<updated>2011-08-01T20:12:07+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-08-01T20:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2d3dfa0c5c2d0e95943df8b5ec655787264012d7'/>
<id>2d3dfa0c5c2d0e95943df8b5ec655787264012d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
