mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] partitions: efi: update warning message after addition of parted command
@ 2025-01-24 12:58 Ahmad Fatoum
  2025-01-28 10:26 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-01-24 12:58 UTC (permalink / raw)
  To: barebox; +Cc: Jonas Rebmann, Ahmad Fatoum

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@pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] partitions: efi: update warning message after addition of parted command
  2025-01-24 12:58 [PATCH] partitions: efi: update warning message after addition of parted command Ahmad Fatoum
@ 2025-01-28 10:26 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-01-28 10:26 UTC (permalink / raw)
  To: barebox, Ahmad Fatoum; +Cc: Jonas Rebmann


On Fri, 24 Jan 2025 13:58:33 +0100, Ahmad Fatoum wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] partitions: efi: update warning message after addition of parted command
      https://git.pengutronix.de/cgit/barebox/commit/?id=087833b7dd63 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-28 10:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-24 12:58 [PATCH] partitions: efi: update warning message after addition of parted command Ahmad Fatoum
2025-01-28 10:26 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox