Haibo Huang
c83113b1d8
Upgrade gptfdisk to d292ff36a3
...
Change 2c2deeb032 is reverted in this
merge. Because it conflicts with upstream option "move-main-table".
Change-Id: I2c1cb67a95139879333a430eb0e8b34f6b396c32
2020-02-10 11:24:48 -08:00
nl6720
7c7c85412d
Add more Linux partition type codes
...
See https://github.com/systemd/systemd/pull/14390 .
2020-02-10 11:55:43 +02:00
Rod Smith
34fc3ab283
Change number of columns in type code output from 3 to 2.
2020-02-09 10:34:44 -05:00
nl6720
4cd84deb7a
Use the same ESP label as Windows
2018-07-10 11:52:02 +03:00
Rod Smith
8dab6f22ee
Added Ceph and Linux encrypted (LUKS and dm-crypt) partition type codes.
2018-07-05 10:51:45 -04:00
Rod Smith
44cda477df
Added search/filter feature to "L" function to display partition type
...
codes.
2018-07-05 09:07:58 -04:00
Rod Smith
45f012b6f8
Added 52 Android partition type codes.
2018-07-04 22:27:40 -04:00
Rod Smith
643126a53c
New type code for APFS.
2017-10-03 11:32:12 -04:00
Rod Smith
2a6daafeda
Added four Apple SoftRAID partition type codes.
2017-07-25 12:53:52 -04:00
Aurimas Liutikas
bdbab02f71
Revert "Update external/gptfdisk to 1.0.1"
...
This reverts commit 74b7490a22 .
This change caused a regression in fugu usb formatting.
Bug: 35217931
Test: None
Change-Id: I50c73bde912a7c941e1d67d41bfab02042db88eb
2017-03-07 09:51:00 -08:00
Rod Smith
c554cf15bb
Added type codes for Android, ONIE, and QNX6.
2016-10-19 16:38:00 -04:00
Aurimas Liutikas
fcad060a1d
Fix all warnings and enable -Werror for gptfdisk.
...
Bug: 26936282
Change-Id: Id7e9ec5e769e1abedc1d2e36bff2c5488b1c4b3e
2016-05-10 19:16:10 -07:00
Aurimas Liutikas
74b7490a22
Update external/gptfdisk to 1.0.1
...
Updates gpftdisk to the latest version 0.8.10 (ish) -> 1.0.1
The downstream patches should be uneffected.
Change-Id: I527678c0b24194f3947e360f0f38c45cfa3b0d1c
2016-05-10 18:53:54 -07:00
Roderick W. Smith
0bb668ee31
Changed name of 0xab00 partitions from "Apple boot" to "Recovery HD".
2015-10-08 09:56:50 -04:00
Roderick W. Smith
a9630e373b
Updated several partition type codes.
2015-10-07 17:06:53 -04:00
Roderick W. Smith
505a62196f
Added new partition type code for Freedesktop.org ARM32 root (/)
...
(0x8307, 69DAD710-2CE4-4E3C-B16C-21A1D49ABED3)
2015-06-19 08:59:36 -04:00
Roderick W. Smith
54f8fb17e6
Version 1.0.0 release! Added some type codes and the -O/--print-mbr
...
option for sgdisk.
2015-03-17 19:46:05 -04:00
Roderick W. Smith
1a65132980
New type codes for Ceph and systemd/Linux
2014-03-22 16:08:00 -04:00
Roderick W. Smith
9b338c50f2
Fixed new bug with hybrid MBR creation in gdisk; couldn't do more than
...
one partition because of sscanf weirdness.
2014-02-20 11:13:36 -05:00
Roderick W. Smith
84aaff6b9c
Removed libicu dependency for UTF-16 partition names. Version 0.8.9
...
release.
2014-02-17 16:17:11 -05:00
Roderick W. Smith
5435fcf5c4
Checks on backup GPT data structures added to GPTData::DestroyGPT().
2014-02-17 12:01:51 -05:00
Roderick W. Smith
b784e0c95a
Added support for ONIE boot and config partitions ( http://www.onie.org ).
2014-01-25 22:55:26 -05:00
Roderick W. Smith
0fde58b966
More partition type code changes....
2013-10-10 22:28:17 -04:00
Roderick W. Smith
e3ee733ff8
Removed 0x8302 type code, since the Red Hat parted developers have
...
decided against using it.
2013-09-24 12:56:11 -04:00
Roderick W. Smith
427c799b61
Fixed hybrid creation bug on over-2TiB disks & improved verification
...
('v') detection of disks with 0xEE partitions that don't begin on
sector 1.
2013-09-12 12:37:44 -04:00
Roderick W. Smith
1eea9b0b51
New partition type codes & "-a" option for cgdisk
2013-07-06 22:52:58 -04:00
srs5694
f5dfbfa418
Change to alignment code in sgdisk.
2013-02-14 20:47:14 -05:00
srs5694
df231c1bda
Added type code for Haiku BFS.
2013-01-09 14:50:30 -05:00
srs5694
0741fa21ac
0.8.6 release.
2013-01-09 12:55:40 -05:00
srs5694
d8eed46294
Added partition type codes; new verification check.
2012-12-15 01:55:21 -05:00
srs5694
fa3868ee1a
Added new type codes for Midnight BSD
2012-03-28 01:45:57 -04:00
srs5694
a17fe69ec0
Changes for version 0.8.0
2011-09-10 20:30:20 -04:00
srs5694
00b6d7a460
0.7.2 release, includes new Linux type code & true GUID generation in
...
Windows
2011-06-26 22:40:06 -04:00
srs5694
6aae2a9b70
Miscellaneous bug fixes.
2011-06-10 01:16:51 -04:00
srs5694
699941e25a
0.7.1 release version
2011-03-21 21:33:57 -04:00
srs5694
5a6085310b
Preliminary UTF-16LE support for GPT descriptions
2011-03-17 13:53:01 -04:00
srs5694
64cbd17106
Misc. bug fixes & restructuring.
2011-03-01 22:03:54 -05:00
srs5694
df9d363d34
Version 0.6.14 release
2011-01-08 18:33:24 -05:00
srs5694
0873e9d0e9
Version 0.6.12 release; mostly changes in support for disks with other
...
than 512-byte sectors.
2010-10-07 13:00:45 -04:00
srs5694
5a081757ea
Added -F option to sgdisk
2010-09-24 20:39:41 -04:00
srs5694
82f3f0b529
Further refinements to GUID type code entry.
2010-09-22 10:50:24 -04:00
srs5694
55d926192a
Updated project files for 0.6.5 release version.
2010-03-07 22:16:07 -05:00
srs5694
cb76c673ee
A few minor bug fixes; backup function now accepts dd output of MBR,
...
main header, and main partition table, as well as gdisk-generated
backups.
2010-02-11 22:22:22 -05:00
srs5694
6699b01eda
Version 0.6.3 release. Big-endian bug fix, new GUID generation method,
...
architectural changes.
2010-02-04 00:55:30 -05:00
srs5694
e321d444dc
Final 0.6.2 release; misc. bug fixes & Windows version
2010-01-29 17:44:04 -05:00
srs5694
0a6973119c
Nearing 0.6.2 release; Windows version now works.
2010-01-28 21:10:52 -05:00
srs5694
fed16d043a
Misc. updates and bug fixes
2010-01-27 23:03:40 -05:00
srs5694
978041ca61
GPT fdisk 0.5.0
...
Added several features, including a restructuring of the menu system,
GPT-to-MBR conversion, and the ability to re-read the MBR to generate
a fresh GPT from the current on-disk MBR.
2009-09-21 20:51:47 -04:00
srs5694
e35eb1beb6
Updates for version 0.4.2
...
New feature: Ability to edit disk images.
Several small bug fixes and feature enhancements (see CHANGELOG).
2009-09-14 00:29:34 -04:00
srs5694
221e08768d
New release: 0.4.0
...
This version adds support for FreeBSD and big-endian systems. It also
adds support for BSD disklabels and an assortment of other changes,
improvements, and bug fixes.
2009-08-29 15:00:31 -04:00