]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
gpt: include homed GPT partition type in well-known partition table
authorLennart Poettering <lennart@poettering.net>
Tue, 26 May 2020 16:52:15 +0000 (18:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 May 2020 21:38:15 +0000 (23:38 +0200)
src/shared/gpt.c

index e62f21e889ced2fdb7c29e3c4693dc667bc6ab41..725374485dd9e92d6fae977896ac329bb1842d7a 100644 (file)
@@ -29,7 +29,8 @@ const GptPartitionType gpt_partition_type_table[] = {
         { GPT_SRV,                   "srv"                   },
         { GPT_VAR,                   "var"                   },
         { GPT_TMP,                   "tmp"                   },
-        { GPT_LINUX_GENERIC,         "linux-generic",        },
+        { GPT_USER_HOME,             "user-home"             },
+        { GPT_LINUX_GENERIC,         "linux-generic"         },
         {}
 };