mirror of
https://github.com/systemd/systemd.git
synced 2026-08-08 00:51:19 +00:00
gpt: include homed GPT partition type in well-known partition table
This commit is contained in:
@@ -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" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user