"Couldn't find EFI system partition, skipping.");
return log_error_errno(r,
- "Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi.\n"
+ "Couldn't find EFI system partition. It is recommended to mount it to /boot/ or /efi/.\n"
"Alternatively, use --esp-path= to specify path to mount point.");
}
if (r < 0)
if (c->rfd >= 0) {
r = chaseat(c->rfd, "/boot", CHASE_AT_RESOLVE_IN_ROOT, &c->boot_root, /* ret_fd = */ NULL);
if (r < 0)
- return log_error_errno(r, "Failed to chase '/boot': %m");
+ return log_error_errno(r, "Failed to chase '/boot/': %m");
} else {
c->boot_root = strdup("/boot");
if (!c->boot_root)