From: Harald Hoyer Date: Mon, 25 Feb 2013 18:29:16 +0000 (+0100) Subject: kernel-install(8): add documentation about the configuration files used X-Git-Tag: v198~183 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2d0614d3d310e1fa0246bb6fcf90f7014acaf209;p=elogind.git kernel-install(8): add documentation about the configuration files used --- diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 06939fa09..93dc0ae4f 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -125,12 +125,40 @@ along with systemd; If not, see . Drop-in files, which are executed by kernel-install. + + + /etc/kernel/cmdline + /proc/cmdline + + + The contents of the file /etc/kernel/cmdline specifies the kernel command line to use. + If that file does not exist, /proc/cmdline is used. + + + + + /etc/machine-id + + + The contents of the file specifies the machine identifaction <MACHINE-ID>. + + + + + /etc/os-release + + + The contents of the file specifies the the operating system id <OS-ID>. + + See Also + machine-id5, + os-release5, Boot loader specification