From 2a0ad726110539f8ed2522f91f73127d0a0181ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 5 Dec 2021 16:55:47 +0100 Subject: [PATCH] kernel-install: fix MACHINE_ID extraction behaviour description --- man/kernel-install.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/kernel-install.xml b/man/kernel-install.xml index aade1c3eead..88208250e88 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -214,8 +214,9 @@ The content of this file specifies the machine identification - MACHINE-ID. If it cannot read /etc/machine-id, - kernel-install will use "Linux" as the machine ID instead. + MACHINE-ID. If $BOOT/Default exists, + or /etc/machine-id doesn't, kernel-install + will use the literal Default as the machine ID instead. -- 2.47.3