[PATCH] partitions: efi: update warning message after addition of parted command
Ahmad Fatoum
a.fatoum at pengutronix.de
Fri Jan 24 04:58:33 PST 2025
barebox also has a parted command now that can be used to rewrite the
GPT. A warning message we have mentions GNU Parted explicitly though.
Adapt it so it just says parted, so it can mean either command.
Reported-by: Jonas Rebmann <j.rebmann at pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
common/partitions/efi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/partitions/efi.c b/common/partitions/efi.c
index 43e292d71da8..6caa3919832c 100644
--- a/common/partitions/efi.c
+++ b/common/partitions/efi.c
@@ -375,7 +375,7 @@ compare_gpts(struct device *dev, gpt_header *pgpt, gpt_header *agpt,
}
if (error_found)
- dev_warn(dev, "GPT: Use GNU Parted to correct GPT errors.\n");
+ dev_warn(dev, "GPT: Use parted to correct GPT errors.\n");
return;
}
--
2.39.5
More information about the barebox
mailing list