From: наб Date: Tue, 16 Mar 2021 16:46:33 +0000 (+0100) Subject: kernel-install: note the default $PRETTY_NAME if os-release wasn't found and that... X-Git-Tag: v250-rc1~77^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22a81fe49b1c42f530eb3de7e6d5c027cf7e8199;p=thirdparty%2Fsystemd.git kernel-install: note the default $PRETTY_NAME if os-release wasn't found and that only 90-loaderentry uses it --- diff --git a/man/kernel-install.xml b/man/kernel-install.xml index e60e4ace828..aade1c3eead 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -224,7 +224,9 @@ /usr/lib/os-release - The content of the file specifies the operating system title PRETTY_NAME. + Read by 90-loaderentry.install. + If available, PRETTY_NAME is read from these files and used as the title of the boot menu entry. + Otherwise, Linux KERNEL-VERSION will be used.