summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl-start-special.c
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2021-07-09 12:56:54 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-09 13:41:00 +0200
commit250db1bf02b9fd73f2e0604acddbc20937c67d19 (patch)
treea49c9d9cbf02e4ea872eb85ae71606c4b0deb36e /src/systemctl/systemctl-start-special.c
parentd0e18bb4b03884e4f5ec3ff4c6113ce6b7faab5e (diff)
downloadsystemd-250db1bf02b9fd73f2e0604acddbc20937c67d19.tar.gz
docs: improve wording when mentioning the acronym "ESP"
"ESP" is "EFI system partition", so "ESP partition" is redundant.
Diffstat (limited to 'src/systemctl/systemctl-start-special.c')
-rw-r--r--src/systemctl/systemctl-start-special.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl-start-special.c b/src/systemctl/systemctl-start-special.c
index 3edb65be61..56068d25f5 100644
--- a/src/systemctl/systemctl-start-special.c
+++ b/src/systemctl/systemctl-start-special.c
@@ -36,7 +36,7 @@ static int load_kexec_kernel(void) {
return log_error_errno(r,
"No kexec kernel loaded and autodetection failed.\n%s",
is_efi_boot()
- ? "Cannot automatically load kernel: ESP partition mount point not found."
+ ? "Cannot automatically load kernel: ESP mount point not found."
: "Automatic loading works only on systems booted with EFI.");
if (r < 0)
return r;