From 327129e9331f888a8fc08d688dcb0a739a3c17be Mon Sep 17 00:00:00 2001 From: srs5694 Date: Wed, 22 Sep 2010 01:07:31 -0400 Subject: sgdisk can now accept GUID values with its -t option. Also some additional checks for hybrid MBR issues. --- sgdisk.8 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sgdisk.8') diff --git a/sgdisk.8 b/sgdisk.8 index 4794faf..dfdd9a7 100644 --- a/sgdisk.8 +++ b/sgdisk.8 @@ -369,9 +369,10 @@ changes. Such changes will be reflected in your device filenames, so you may need to edit \fI/etc/fstab\fR if you use this option. .TP -.B \-t, \-\-typecode=partnum:hexcode -Change a single partition's type code. You enter the type code using a -two\-byte hexadecimal number, as described earlier. +.B \-t, \-\-typecode=partnum:{hexcode|GUID} +Change a single partition's type code. You enter the type code using either +a two\-byte hexadecimal number, as described earlier, or a fully-specified +GUID value, such as EBD0A0A2-B9E5-4433-87C0-68B6B72699C7. .TP .B \-T, \-\-transform\-bsd=partnum -- cgit v1.2.1