From: наб Date: Tue, 16 Mar 2021 16:39:56 +0000 (+0100) Subject: kernel-install: note that 90-loaderentry will also use /usr/lib/k/cmdline X-Git-Tag: v250-rc1~77^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=595fd662d4c64f78af10a288d16097a8e7499a75;p=thirdparty%2Fsystemd.git kernel-install: note that 90-loaderentry will also use /usr/lib/k/cmdline --- diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 37eefe256e9..e60e4ace828 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -184,13 +184,15 @@ + /usr/lib/kernel/cmdline /etc/kernel/cmdline /proc/cmdline Read by 90-loaderentry.install. The content of the file /etc/kernel/cmdline specifies the kernel command line to use. If that file does not - exist, /proc/cmdline is used. + exist, /usr/lib/kernel/cmdline is used. If that also does not exist, + /proc/cmdline is used.