From 93ff96f81c21fa5231aaec14fbd5cbc592eb04dc Mon Sep 17 00:00:00 2001 From: Sylvain BERTRAND Date: Tue, 18 May 2021 20:11:00 +0000 Subject: [PATCH] add linux swap guid --- nyangpt.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nyangpt.c b/nyangpt.c index 4d8afac..740386b 100644 --- a/nyangpt.c +++ b/nyangpt.c @@ -983,6 +983,13 @@ struct { [1].guid.blk_3 = 0x96e7, [1].guid.blk_4 = {0xfb, 0xca, 0xf9, 0x84, 0xb7, 0x09}, [1].name = "linux root x86_64", + + [2].guid.blk_0 = 0x0657fd6d, + [2].guid.blk_1 = 0xa4ab, + [2].guid.blk_2 = 0x43c4, + [2].guid.blk_3 = 0x84e5, + [2].guid.blk_4 = {0x09, 0x33, 0xc8, 0x4b, 0x4f, 0x4f}, + [2].name = "linux swap", }; STATIC void types_show(void) { -- 2.11.4.GIT