[PATCH] partitions: efi: update warning message after addition of parted command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux