<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/fs/skeleton/etc, branch master</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=master</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2012-04-26T13:22:15Z</updated>
<entry>
<title>Add the www-data user group to the skeleton target filesystem</title>
<updated>2012-04-26T13:22:15Z</updated>
<author>
<name>spdawson@gmail.com</name>
<email>spdawson@gmail.com</email>
</author>
<published>2012-04-20T00:08:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=fe63b5925af2ce14fa20c4d5d92ce5d0789d909a'/>
<id>urn:sha1:fe63b5925af2ce14fa20c4d5d92ce5d0789d909a</id>
<content type='text'>
The www-data user is defined in fs/skeleton/etc/passwd, with gid 33. But
gid 33 is not present in the group file.

Signed-off-by: Simon Dawson &lt;spdawson@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Fix systemd failure with lock files</title>
<updated>2012-04-19T13:46:05Z</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2012-04-18T11:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=552b4f9400d1710796371fb29c23087a78e5c440'/>
<id>urn:sha1:552b4f9400d1710796371fb29c23087a78e5c440</id>
<content type='text'>
Systemd introduced a new policy described here:
http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html

Add the "lock" group to buildroot to allow systemd to set this in place
at boot time

Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Change the /etc/mtab symlink to use an absolute path</title>
<updated>2012-03-19T16:08:13Z</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2012-03-19T15:59:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b5fd0f2709cab72f48da12a5804dd8670fffbf6e'/>
<id>urn:sha1:b5fd0f2709cab72f48da12a5804dd8670fffbf6e</id>
<content type='text'>
As systemd checks if /etc/mtab is a symlink to /proc/mount or
/proc/self/mounts, we need to change it so that we can run systemd.

http://cgit.freedesktop.org/systemd/tree/src/main.c#n1082

Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Remove stray $ character from a bunch of init scripts</title>
<updated>2012-03-15T21:11:25Z</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2012-03-15T21:08:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1a994d58afcd401afd1581035f98adede78bcdd1'/>
<id>urn:sha1:1a994d58afcd401afd1581035f98adede78bcdd1</id>
<content type='text'>
Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sh: Add additional ttySCs</title>
<updated>2012-03-11T21:00:51Z</updated>
<author>
<name>Phil Edworthy</name>
<email>phil.edworthy@renesas.com</email>
</author>
<published>2012-03-09T09:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=790fcac794c5144b1d5ca20a4560f46a7a7f2f9f'/>
<id>urn:sha1:790fcac794c5144b1d5ca20a4560f46a7a7f2f9f</id>
<content type='text'>
There are a couple of Renesas SH devices with 8 serial ports used.

Signed-off-by: Phil Edworthy &lt;phil.edworthy@renesas.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Rework of shutdown policy in inittab</title>
<updated>2012-01-11T17:33:03Z</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2012-01-11T17:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a0aa54eb0d741108743d230bce2f2deb054ba9c5'/>
<id>urn:sha1:a0aa54eb0d741108743d230bce2f2deb054ba9c5</id>
<content type='text'>
This commit follows commit ad501b66. Start up of the busybox logging
daemons were moved to an init script but the shutdown were still
performed in inittab. This commit moves the shutdown policy to an
rcK script that calls the stop function of all the init scripts in
a reversed order.

Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Add ttyGS0 to securetty</title>
<updated>2012-01-10T15:12:34Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2012-01-10T14:41:38Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=60033b8f88b477841239fc383349eea5c357fb99'/>
<id>urn:sha1:60033b8f88b477841239fc383349eea5c357fb99</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>/etc/profile: read in /etc/profile.d/*.sh files</title>
<updated>2011-10-28T12:59:27Z</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2011-10-19T07:36:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=2c8502e8211d6153830929110611ce18956ae42c'/>
<id>urn:sha1:2c8502e8211d6153830929110611ce18956ae42c</id>
<content type='text'>
For custom projects, it is more maintainable to add custom profile settings
in a separate file, than directly in /etc/profile.

This patch modifies /etc/profile to read in *.sh files from /etc/profile.d/,
a technique commonly used in Linux distributions.

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sh: Add ttySC* to securetty</title>
<updated>2011-10-28T11:33:51Z</updated>
<author>
<name>Phil Edworthy</name>
<email>phil.edworthy@renesas.com</email>
</author>
<published>2011-10-19T10:59:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=939f0074ec4a7764647b8bdadcaa0d0403e0d9d9'/>
<id>urn:sha1:939f0074ec4a7764647b8bdadcaa0d0403e0d9d9</id>
<content type='text'>
Signed-off-by: Phil Edworthy &lt;phil.edworthy@renesas.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>securetty: update to add ttySC for sh4</title>
<updated>2011-10-26T09:11:03Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-10-25T12:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6f5df8bcfe4c59997329c1ef8cdcf834894679a4'/>
<id>urn:sha1:6f5df8bcfe4c59997329c1ef8cdcf834894679a4</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
