gpt: include homed GPT partition type in well-known partition table

This commit is contained in:
Lennart Poettering
2020-05-26 18:52:15 +02:00
parent 48432791ac
commit 7b11770bae

View 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" },
{}
};