summaryrefslogtreecommitdiffstats
path: root/rules/machine-id.in
blob: f18fec554cf1acb5af41f6f55fbd766b796612f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=initmethod

config MACHINE_ID
	tristate
	prompt "create /etc/machine-id"
	select RC_ONCE			if RUNTIME
	select UTIL_LINUX_NG		if !INITMETHOD_SYSTEMD
	select UTIL_LINUX_NG_UUIDGEN	if !INITMETHOD_SYSTEMD
	help
	  Enable this to make sure there is always a unique /etc/machine-id
	  available in the system.