lianwei
|
e96c31993c
|
gptfdisk: adapt 1.0.10
Signed-off-by: lianwei <lianwei3@huawei.com>
|
2024-05-20 10:20:02 +08:00 |
|
xlfeng
|
5054c652fb
|
Updated version to 1.0.9
Signed-off-by: xlfeng <xulifeng7@huawei.com>
|
2022-06-09 14:39:47 +08:00 |
|
Rod Smith
|
5d4488b480
|
GPT fdisk version 1.0.9
|
2022-04-14 20:01:30 -04:00 |
|
Rod Smith
|
eaef2ad00c
|
Added several new partition type codes
|
2022-04-12 19:00:23 -04:00 |
|
xlfeng
|
8eac1640ba
|
Build successful,add BUILD.gn, modify 13 files.Add OAT related files,OAT.xml,README.OpenSource and README.md.
Signed-off-by: xlfeng <xulifeng7@huawei.com>
|
2021-12-14 19:35:57 +08:00 |
|
Rod Smith
|
0b13e16ccb
|
Added type code for Barebox boot loader
|
2021-06-09 09:57:33 -04:00 |
|
Rod Smith
|
0bab827024
|
Three new type codes
|
2021-03-10 19:42:31 -05:00 |
|
Rod Smith
|
3327367f73
|
Version 1.0.6 release
|
2021-01-13 17:17:41 -05:00 |
|
nl6720
|
cd207ee123
|
Add Linux /usr and /usr verity partition types
See https://systemd.io/DISCOVERABLE_PARTITIONS/ and https://github.com/systemd/systemd/pull/17101 .
|
2021-01-13 10:25:42 +02:00 |
|
nl6720
|
5e48439f12
|
Add systemd-homed user's home partition type
See https://systemd.io/HOME_DIRECTORY/ .
|
2021-01-13 10:25:41 +02:00 |
|
nl6720
|
6b5addd99f
|
Rename the partition type "Freedesktop $BOOT" to "XBOOTLDR partition".
This matches the description in the Boot Loader Specification. See also https://github.com/systemd/systemd/issues/14832 .
|
2020-04-11 09:56:29 +03:00 |
|
Roderick W. Smith
|
d85d8d04a4
|
Merge /u/morisgi/gptfdisk/ branch enhancements into master
https://sourceforge.net/p/gptfdisk/code/merge-requests/15/
|
2020-02-15 21:10:03 +00:00 |
|
Rod Smith
|
43d91e738c
|
Added Container Linux and Veracrypt type codes
|
2020-02-13 17:58:11 -05:00 |
|
nl6720
|
79d84057d7
|
Add more Linux partition type codes
See https://github.com/systemd/systemd/pull/14390 .
|
2020-02-10 11:55:43 +02:00 |
|
Rod Smith
|
bdd74b2810
|
Change number of columns in type code output from 3 to 2.
|
2020-02-09 10:34:44 -05:00 |
|
Gilles Moris
|
bffa306386
|
Perform case insensitive search of partition types
|
2019-05-15 07:33:38 +02:00 |
|
Gilles Moris
|
156c3c71a3
|
Allow to quit early the display of partition types using 'q'
|
2019-05-15 07:17:40 +02:00 |
|
Gilles Moris
|
ca9c7aa350
|
Create a constant unusedPartType object instead of recreating it each time
|
2019-05-15 07:07:21 +02:00 |
|
nl6720
|
3d77688fe3
|
Use the same ESP label as Windows
|
2018-07-10 11:52:02 +03:00 |
|
Rod Smith
|
1e852fc6fe
|
Added Ceph and Linux encrypted (LUKS and dm-crypt) partition type codes.
|
2018-07-05 10:51:45 -04:00 |
|
Rod Smith
|
515e672599
|
Added search/filter feature to "L" function to display partition type
codes.
|
2018-07-05 09:07:58 -04:00 |
|
Rod Smith
|
230d3967ec
|
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 |
|
Rod Smith
|
c554cf15bb
|
Added type codes for Android, ONIE, and QNX6.
|
2016-10-19 16:38:00 -04: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 |
|