diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-03-26 07:57:10 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-05 07:23:54 +0200 |
commit | b79621aa99fc427c7d631d8857072bec4be8f359 (patch) | |
tree | 6598a5463d16d523bf7442473bcb83411bc1cc44 /man/kernel-install.xml | |
parent | kernel-install: add --esp-path= and --boot-path= options (diff) | |
download | systemd-b79621aa99fc427c7d631d8857072bec4be8f359.tar.xz systemd-b79621aa99fc427c7d631d8857072bec4be8f359.zip |
kernel-install: introduce --make-entry-directory= option
For consistency with bootctl. However, unlike the same option for
bootctl, defaults to 'auto' for backward compatibility.
Diffstat (limited to 'man/kernel-install.xml')
-rw-r--r-- | man/kernel-install.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 835eb36f18..2ee298fc16 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -190,6 +190,19 @@ <xi:include href="standard-options.xml" xpointer="boot-path"/> <varlistentry> + <term><option>--make-entry-directory=yes|no|auto</option></term> + <listitem> + <para>Controls creation and deletion of the + <ulink url="https://uapi-group.org/specifications/specs/boot_loader_specification">Boot Loader Specification</ulink> + Type #1 entry directory on the file system containing resources such as kernel and initrd images + during <option>add</option> and <option>remove</option>, respectively. The directory is named after + the entry token, and is placed immediately below the boot root directory. When + <literal>auto</literal>, the directory is created or removed only when the install layout is + <literal>bls</literal>. Defaults to <literal>auto</literal>.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-v</option></term> <term><option>--verbose</option></term> <listitem> |