From 22a81fe49b1c42f530eb3de7e6d5c027cf7e8199 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=BD=D0=B0=D0=B1?= Date: Tue, 16 Mar 2021 17:46:33 +0100 Subject: [PATCH] kernel-install: note the default $PRETTY_NAME if os-release wasn't found and that only 90-loaderentry uses it --- man/kernel-install.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.47.3