mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
conf: system_id_source is referencing CONFDIR
Since we allow to configure /etc in configure and compile-in dir for /etc we need to properly advertise this location later.
This commit is contained in:
parent
6fb2552ef4
commit
b7d80806b6
@ -925,7 +925,7 @@ global {
|
||||
# 'local' section of an lvm configuration file, e.g. lvmlocal.conf.
|
||||
# uname - Set the system ID from the hostname (uname) of the system.
|
||||
# System IDs beginning localhost are not permitted.
|
||||
# machineid - Use the contents of the file /etc/machine-id to set the
|
||||
# machineid - Use the contents of the file @CONFDIR@/machine-id to set the
|
||||
# system ID. Some systems create this file at installation time.
|
||||
# See 'man machine-id'.
|
||||
# file - Use the contents of another file (system_id_file) to set
|
||||
|
@ -903,7 +903,7 @@ cfg(global_system_id_source_CFG, "system_id_source", global_CFG_SECTION, 0, CFG_
|
||||
"'local' section of an lvm configuration file, e.g. lvmlocal.conf.\n"
|
||||
"uname - Set the system ID from the hostname (uname) of the system.\n"
|
||||
"System IDs beginning localhost are not permitted.\n"
|
||||
"machineid - Use the contents of the file /etc/machine-id to set the\n"
|
||||
"machineid - Use the contents of the file " DEFAULT_ETC_DIR "/machine-id to set the\n"
|
||||
"system ID. Some systems create this file at installation time.\n"
|
||||
"See 'man machine-id'.\n"
|
||||
"file - Use the contents of another file (system_id_file) to set\n"
|
||||
|
Loading…
Reference in New Issue
Block a user