diff options
author | Emanuele Giuseppe Esposito <eesposit@redhat.com> | 2023-05-05 12:22:57 +0200 |
---|---|---|
committer | Emanuele Giuseppe Esposito <eesposit@redhat.com> | 2023-05-10 15:18:25 +0200 |
commit | e673c5c2d904d821719b2d21746ef91482acf8b4 (patch) | |
tree | 3cf28e7637057ef0e110123e25368eeeccb991c9 /man/ukify.xml | |
parent | core/unit: check the validity of unit type with activation_details_vtable (diff) | |
download | systemd-e673c5c2d904d821719b2d21746ef91482acf8b4.tar.xz systemd-e673c5c2d904d821719b2d21746ef91482acf8b4.zip |
ukify: typo in doc and print when package is missing
If a package is missing, a subprocess is started with None as
command argument. Error raised by subprocess is therefore not helpful
at all to understand what needs to be done to fix that error.
Also fix doc since systemd-stub will look for .cmdline files, and not
.cmdline.efi files.
Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Diffstat (limited to 'man/ukify.xml')
-rw-r--r-- | man/ukify.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ukify.xml b/man/ukify.xml index 6aa136298d..cc711190fa 100644 --- a/man/ukify.xml +++ b/man/ukify.xml @@ -435,7 +435,7 @@ Phases=enter-initrd:leave-initrd --secureboot-private-key=sb.key \ --secureboot-certificate=sb.cert \ --cmdline='debug' \ - --output=debug.cmdline.efi + --output=debug.cmdline </programlisting> <para>This creates a signed PE binary that contains the additional kernel command line parameter |