From: Lennart Poettering Date: Tue, 26 May 2020 16:52:15 +0000 (+0200) Subject: gpt: include homed GPT partition type in well-known partition table X-Git-Tag: v246-rc1~279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b11770bae0653eb7c9c81f90ebc7324c25bf697;p=thirdparty%2Fsystemd.git gpt: include homed GPT partition type in well-known partition table --- diff --git a/src/shared/gpt.c b/src/shared/gpt.c index e62f21e889c..725374485dd 100644 --- a/src/shared/gpt.c +++ b/src/shared/gpt.c @@ -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" }, {} };