]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: add systemd-homed user's home GPT partition type
authornl6720 <nl6720@gmail.com>
Sat, 22 Aug 2020 12:16:27 +0000 (15:16 +0300)
committernl6720 <nl6720@gmail.com>
Sat, 22 Aug 2020 12:40:06 +0000 (15:40 +0300)
See https://systemd.io/HOME_DIRECTORY/ .
Additionally update the URL of the Boot Loader Specification.

Signed-off-by: nl6720 <nl6720@gmail.com>
include/pt-gpt-partnames.h

index 49374909108e98f65eef036649466a0f34a77203..604f2c61dca3482ff44bfcfc46fd73d444e7f740 100644 (file)
@@ -69,9 +69,12 @@ DEF_GUID("86ED10D5-B607-45BB-8957-D350F23D0571", N_("Linux root verity (IA-64)")
 DEF_GUID("7FFEC5C9-2D00-49B7-8941-3EA10A5586B7", N_("Linux plain dm-crypt")),
 DEF_GUID("CA7D7CCB-63ED-4C53-861C-1742536059CC", N_("Linux LUKS")),
 */
-/* Linux https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ */
+/* Linux https://systemd.io/BOOT_LOADER_SPECIFICATION/ */
 DEF_GUID("BC13C2FF-59E6-4262-A352-B275FD6F7172", N_("Linux extended boot")),
 
+/* Linux https://systemd.io/HOME_DIRECTORY/ */
+DEF_GUID("773f91ef-66d4-49b5-bd83-d683bf40ad16", N_("Linux user's home")),
+
 /* FreeBSD */
 DEF_GUID("516E7CB4-6ECF-11D6-8FF8-00022D09712B", N_("FreeBSD data")),
 DEF_GUID("83BD6B9D-7F41-11DC-BE0B-001560B84F0F", N_("FreeBSD boot")),