diff --git a/man/systemd-stub.xml b/man/systemd-stub.xml index d098804dc10..0ac278bbe85 100644 --- a/man/systemd-stub.xml +++ b/man/systemd-stub.xml @@ -89,10 +89,11 @@ compatible string supplied by the firmware in configuration tables and comparing it with the first compatible string from each of the .dtbauto sections. If the firmware does not provide a DeviceTree, the match is done using the - .hwids section instead. After selecting a .hwids section (see the - description below), the compatible string from that section will be used to perform - the same matching procedure. If a match is found, that .dtbauto section will be - loaded and will override .dtb if present. + .hwids section instead. After selecting the matching entry in the + .hwids section (see the description below), the compatible string + from that entry will be used to perform the same matching procedure. If a match is found, that + .dtbauto section will be loaded and will override .dtb if + present. Zero or more .efifw sections for the firmware image. It works in many ways similar to .dtbauto sections. systemd-stub @@ -103,12 +104,12 @@ matching firmware will be loaded. - Zero or more .hwids sections with hardware IDs of the machines to + An optional .hwids section with hardware IDs of the machines to match DeviceTrees. systemd-stub will use the SMBIOS data to calculate hardware IDs of the machine (as per specification), - and then it will try to find any of them in each of the .hwids sections. The first - matching section will be used. + and then it will try to find any of them in the .hwids section. The first + matching entry will be used. An optional .uname section with the kernel version information, i.e. the output of uname -r for the kernel included in the .linux @@ -130,7 +131,7 @@ In a basic UKI, the sections listed above appear at most once, with the exception of - .dtbauto and .hwids sections. In a multi-profile UKI, + .dtbauto and .efifw sections. In a multi-profile UKI, multiple sets of these sections are present in a single file and form "profiles", one of which can be selected at boot. For this, the PE section .profile is defined to be used as the separator between sets of sections. The