From 5ab40eb9f7eef2c811382e97c36f1fe4506636a2 Mon Sep 17 00:00:00 2001 From: Jacob Kroon Date: Wed, 13 May 2020 11:04:37 +0200 Subject: [PATCH] docs/grub: Support for probing partition UUID on MSDOS disks Support was implemented in commit c7cb11b21 (probe: Support probing for msdos PARTUUID). Signed-off-by: Jacob Kroon Reviewed-by: Daniel Kiper --- docs/grub.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/grub.texi b/docs/grub.texi index bcc8462e3..1ce9993a5 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -4850,7 +4850,7 @@ a rest. Retrieve device information. If option @option{--set} is given, assign result to variable @var{var}, otherwise print information on the screen. -The option @option{--part-uuid} is currently only implemented for GPT-formatted disks. +The option @option{--part-uuid} is currently only implemented for MSDOS and GPT formatted disks. @end deffn