summaryrefslogtreecommitdiffstats
path: root/rules/rootfs_configfiles.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-11-11 18:54:06 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-11-11 18:54:06 +0000
commit7131464d91d57d8d705f0c7fdad7f500bd3b490c (patch)
treeff394f9cde1744c3966f374e352405d21469a067 /rules/rootfs_configfiles.in
parentae84415395fc8203079692be26a78da7344d238d (diff)
downloadptxdist-7131464d91d57d8d705f0c7fdad7f500bd3b490c.tar.gz
ptxdist-7131464d91d57d8d705f0c7fdad7f500bd3b490c.tar.xz
* rootfs creation
- fragment this ugly huge monster in some small nice cuddly toy * rootfs.make: includes other makefiles. Its now much smaller - rootfs_configfiles.inc: Everything to install system wide config files - rootfs_inetd.inc: Everything to generate a usefull inetd.conf * rootfs_configfiles.in: Handles system wide config files easier * rootfs_init_d_files.in: Handles start scripts that do not belongs to any packet * rootfs_rc_d_links.in: Handles all links at one place - handle links to startscripts of some new packets git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6298 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rootfs_configfiles.in')
-rw-r--r--rules/rootfs_configfiles.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/rules/rootfs_configfiles.in b/rules/rootfs_configfiles.in
index e1e29835c..23f763193 100644
--- a/rules/rootfs_configfiles.in
+++ b/rules/rootfs_configfiles.in
@@ -42,10 +42,6 @@ menuconfig ROOTFS_PASSWD
endchoice
#
-# /etc/shadow
-#
-
-#
# /etc/shadow, /etc/shadow-
#
menuconfig ROOTFS_SHADOW
@@ -157,7 +153,7 @@ menuconfig ROOTFS_MTAB
config ROOTFS_GENERIC_MTAB
bool
- prompt "Use generic"
+ prompt "Use link"
help
Installs a link to /proc/mounts as /etc/mtab. Some tools
like those from the e2fs-tools suite need this file to
@@ -383,6 +379,9 @@ menuconfig ROOTFS_PROTOCOLS
help
Install a generic /etc/protocols file. See
<ptxdist-install>/generic/protocols.
+ Note: This will provide only the required
+ entries. If you need a full blown protocols,
+ use your own.
config ROOTFS_USER_PROTOCOLS
bool
@@ -462,7 +461,7 @@ menuconfig ROOTFS_INETD
This uses a user defined /etc/inetd.conf. PTXdist
uses file projectroot/etc/inetd.conf in your local
project. You can also use the placeholders from the
- generic part if you want.
+ generic part if you like.
endchoice