]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - util.c
Add gpt pseudo-metadata
[thirdparty/mdadm.git] / util.c
diff --git a/util.c b/util.c
index c93b0a7ab81b632fa743e66e54e7edd6ad2bcdbe..c2169d68dfa77d4590c918267f12e194a19fb470 100644 (file)
--- a/util.c
+++ b/util.c
@@ -997,7 +997,7 @@ struct superswitch *superlist[] =
 {
        &super0, &super1,
        &super_ddf, &super_imsm,
 {
        &super0, &super1,
        &super_ddf, &super_imsm,
-       &mbr,
+       &mbr, &gpt,
        NULL };
 
 #if !defined(MDASSEMBLE) || defined(MDASSEMBLE) && defined(MDASSEMBLE_AUTO)
        NULL };
 
 #if !defined(MDASSEMBLE) || defined(MDASSEMBLE) && defined(MDASSEMBLE_AUTO)