From: Robert Pengelly Date: Mon, 18 Nov 2024 23:57:49 +0000 (+0000) Subject: Added EFI partition number X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;p=parted.git Added EFI partition number --- diff --git a/lib.c b/lib.c index 091fcac..943bb2d 100644 --- a/lib.c +++ b/lib.c @@ -398,6 +398,7 @@ void parse_args (int *pargc, char ***pargv, int optind) { case 0x0C: case 0x0E: case 0x80: + case 0xEF: break;