summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-07-05 19:45:37 +0200
committerJuergen Beisert <jbe@pengutronix.de>2011-07-05 19:45:37 +0200
commit71addd0f7b6df0da3bf0cec50bdac4f92b4df1b3 (patch)
tree386f0187cdf11e2240f86454cf64559b4b5ea6d7
parent79f6456e31ac05caba69da988dc20414e9a8f769 (diff)
downloadptxdist-71addd0f7b6df0da3bf0cec50bdac4f92b4df1b3.tar.gz
ptxdist-71addd0f7b6df0da3bf0cec50bdac4f92b4df1b3.tar.xz
rc.once: Add some help text to understand what it means
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
-rw-r--r--rules/rc-once.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/rc-once.in b/rules/rc-once.in
index a0eb2f6ad..849c71f06 100644
--- a/rules/rc-once.in
+++ b/rules/rc-once.in
@@ -3,4 +3,11 @@
config RC_ONCE
tristate
prompt "rc.once"
+ help
+ Some services need a one time initialization when the system starts
+ up the first time after creating and installing the root filesystem.
+ One example is the 'ssh' server, which needs to create a unique key
+ to provide its services.
+ You can add your own 'one time initialization' by adding files to the
+ /etc/rc.once.d/ directory.