From: Antonio Alvarez Feijoo Date: Wed, 19 Jun 2024 12:41:55 +0000 (+0200) Subject: kernel-install: correct the place where it works in man and help text X-Git-Tag: v257-rc1~1097 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=111f9889927d75b82264fcaf59b99b879a4a8a26;p=thirdparty%2Fsystemd.git kernel-install: correct the place where it works in man and help text --- diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 54c254e20b2..f3468bbde0e 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -18,7 +18,7 @@ kernel-install - Add and remove kernel and initrd images to and from /boot + Add and remove kernel and initrd images to and from the boot partition @@ -64,9 +64,9 @@ bootup7 for an explanation. - to and from the boot loader partition, referred to as $BOOT here. It will usually be - one of /boot/, /efi/, or /boot/efi/, see - below. + to and from the boot partition, referred to as $BOOT here. It will usually be one of + /boot/, /efi/, or /boot/efi/, see below. + kernel-install will run the executable files ("plugins") located in the directory /usr/lib/kernel/install.d/ and the local administration directory diff --git a/src/kernel-install/kernel-install.c b/src/kernel-install/kernel-install.c index fafddab907e..408de8a0e5c 100644 --- a/src/kernel-install/kernel-install.c +++ b/src/kernel-install/kernel-install.c @@ -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"