<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/fs/skeleton, branch 2011.11</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.11</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.11'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2011-10-28T12:59:27Z</updated>
<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>
<entry>
<title>fs/skeleton: allow rootfs not to be remounted read-write</title>
<updated>2011-07-10T20:44:24Z</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2011-07-03T10:56:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=36b4b852eea02a95f6162cba4ed5e7f3079637c0'/>
<id>urn:sha1:36b4b852eea02a95f6162cba4ed5e7f3079637c0</id>
<content type='text'>
[Peter: prefix option with TARGET_GENERIC_]
Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>skeleton: inittab: remove /var/log/messages log on tty3</title>
<updated>2011-07-04T19:44:28Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-07-04T19:44:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=348e07c88d4c79e78b26dab3745f75da2c2d6b9a'/>
<id>urn:sha1:348e07c88d4c79e78b26dab3745f75da2c2d6b9a</id>
<content type='text'>
Hardcodes policy, is not critical, and people might not have tty3
(E.G. virtual consoles) available.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Rework the logging daemons startup</title>
<updated>2011-07-04T18:57:10Z</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2011-06-29T13:46:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ad501b6634dc9d974da7e86299041fe441d58088'/>
<id>urn:sha1:ad501b6634dc9d974da7e86299041fe441d58088</id>
<content type='text'>
The logging mechanism startup being in inittab, it isn't easy to
overcharge the default policy. With this patch, the startup of the
syslog daemon is moved to an init.d script, that can easily be
overwritten.

[Peter: use install -D]
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>Create and mount /dev/shm</title>
<updated>2011-07-03T19:20:49Z</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2011-06-29T13:46:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=22fde22e35f98f7830c2f8955465532328348cd1'/>
<id>urn:sha1:22fde22e35f98f7830c2f8955465532328348cd1</id>
<content type='text'>
The /dev/shm directory is neither created nor mounted as tmpfs as boot
time. This will cause troubles when using named semaphores on the
system.

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>target/generic: only show getty port option if default skeleton is used</title>
<updated>2011-05-12T15:21:06Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-05-12T15:15:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7d9d09db673abbedc1cc865c213b742e0450268d'/>
<id>urn:sha1:7d9d09db673abbedc1cc865c213b742e0450268d</id>
<content type='text'>
The special marker in etc/inittab might not be present with a custom
skeleton. At the same time make the option always active, remove the
hardcoded tty1/tty2 gettys and reword the option description slightly.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>fs/skeleton: add ftp user/group</title>
<updated>2011-04-22T12:08:28Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-04-22T12:07:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cffe3b1895f3b0b1e0cb36e1f209794a9ac9557b'/>
<id>urn:sha1:cffe3b1895f3b0b1e0cb36e1f209794a9ac9557b</id>
<content type='text'>
Needed by E.G. proftpd for the default (anonymous ftp) config.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>fs/skeleton: mount /proc before remounting rw</title>
<updated>2011-02-21T22:30:46Z</updated>
<author>
<name>ANDY KENNEDY</name>
<email>ANDY.KENNEDY@adtran.com</email>
</author>
<published>2011-01-27T18:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a7da53bd2c80caf9ae3883857a82b97772a369c7'/>
<id>urn:sha1:a7da53bd2c80caf9ae3883857a82b97772a369c7</id>
<content type='text'>
inittab ordering causes mount to fail on remount,rw.  inittab
changed to mount /proc first.

Signed-off-by: Andy Kennedy &lt;Andy.Kennedy@AdTran.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
