]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
kernel-install: correct the place where it works in man and help text
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 19 Jun 2024 12:41:55 +0000 (14:41 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 19 Jun 2024 18:01:22 +0000 (03:01 +0900)
man/kernel-install.xml
src/kernel-install/kernel-install.c

index 54c254e20b2dd52e1b778616bb053290d76fe6cb..f3468bbde0e554a32e3b0c015ab340563874fa8b 100644 (file)
@@ -18,7 +18,7 @@
 
   <refnamediv>
     <refname>kernel-install</refname>
-    <refpurpose>Add and remove kernel and initrd images to and from /boot</refpurpose>
+    <refpurpose>Add and remove kernel and initrd images to and from the boot partition</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
@@ -64,9 +64,9 @@
       <citerefentry><refentrytitle>bootup</refentrytitle><manvolnum>7</manvolnum></citerefentry> for an
       explanation.</para>
     </footnote>
-    to and from the boot loader partition, referred to as <varname>$BOOT</varname> here. It will usually be
-    one of <filename>/boot/</filename>, <filename>/efi/</filename>, or <filename>/boot/efi/</filename>, see
-    below.</para>
+    to and from the boot partition, referred to as <varname>$BOOT</varname> here. It will usually be one of
+    <filename>/boot/</filename>, <filename>/efi/</filename>, or <filename>/boot/efi/</filename>, see below.
+    </para>
 
     <para><command>kernel-install</command> will run the executable files ("plugins") located in the
     directory <filename>/usr/lib/kernel/install.d/</filename> and the local administration directory
index fafddab907e0e3b04cffa55e37080d9784bb8c6e..408de8a0e5c46649a857c6e3848dd24e875995a0 100644 (file)
@@ -1467,7 +1467,7 @@ static int help(void) {
                 return log_oom();
 
         printf("%1$s [OPTIONS...] COMMAND ...\n\n"
-               "%5$sAdd and remove kernel and initrd images to and from /boot/%6$s\n"
+               "%5$sAdd and remove kernel and initrd images to and from the boot partition.%6$s\n"
                "\n%3$sUsage:%4$s\n"
                "  kernel-install [OPTIONS...] add [[[KERNEL-VERSION] KERNEL-IMAGE] [INITRD ...]]\n"
                "  kernel-install [OPTIONS...] add-all\n"