summaryrefslogtreecommitdiffstats
path: root/rules/rc-once.in
blob: 849c71f06beac4e90c3a4c379998137a6ee67403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=initmethod

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.