commit | 89f5b654301cafa82890b4b3b428f7de6aa79137 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay73@gmail.com> | Tue Oct 27 11:00:26 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 12 15:58:57 2015 -0500 |
tree | 6c63a6b0de4262236dba612b853f724e10d61500 | |
parent | 76ea8b08f3312e93587bc48f8aa9c9cb392c4e8b [diff] |
part:efi: add GUID for linux file system data Previously, Linux used the same GUID for the data partitions as Windows (Basic data partition: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7). This created problems when dual-booting Linux and Windows in UEFI-GPT Setup, so a new GUID (Linux filesystem data: 0FC63DAF-8483-4772-8E79-3D69D8477DE4) was defined jointly by GPT fdisk and GNU Parted developers. Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>