summaryrefslogtreecommitdiffstats
path: root/target/generic/target_busybox_skeleton/etc/inittab
Commit message (Collapse)AuthorAgeFilesLines
* move default skeleton to fs/ and drop busybox skeletonDmytro Milinevskyy2010-07-181-51/+0
| | | | | | | [Peter: fixup patch, adjust for busybox.mk changes] Signed-off-by: Dmytro Milinevskyy <milinevskyy@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* skeleton: remove loopback interface configuration from inittabBaruch Siach2010-06-091-2/+0
| | | | | | | | | | | The lo interface is marked auto in /etc/network/interfaces, so the configuration of the loopback network interface is part of the S40network init script. This causes the "RTNETLINK answers: File exists" error message to appear at startup time. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/generic: add kconfig for serial getty config (port + baudrate)Peter Korsgaard2009-03-201-2/+1
| | | | | These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do.
* - update ARM integrator sample and add a "huge" variant of the sameBernhard Reutner-Fischer2007-09-291-0/+1
|
* - add homedirBernhard Reutner-Fischer2007-03-091-12/+12
|
* - add skeleton to use busybox and mdev for a rather small skeletonBernhard Reutner-Fischer2007-02-161-2/+8
|
* - preparation for BR2_PACKAGE_BUSYBOX_SKELETONBernhard Reutner-Fischer2007-02-151-0/+47
"Use a minimal target skeleton for use with busybox's mdev et al"