From 2d0614d3d310e1fa0246bb6fcf90f7014acaf209 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 25 Feb 2013 19:29:16 +0100 Subject: [PATCH] kernel-install(8): add documentation about the configuration files used --- man/kernel-install.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 -- 2.30.2