summaryrefslogtreecommitdiff
path: root/sgdisk.8
Commit message (Collapse)AuthorAgeFilesLines
* Document recent mergestRod Smith2023-03-051-2/+5
|
* Updated URLs in man pages to HTTPS rather than HTTPRod Smith2022-04-261-4/+4
|
* GPT fdisk version 1.0.9Rod Smith2022-04-141-2/+2
|
* Add end-alignment feature.Rod Smith2022-01-291-2/+17
|
* Version 1.0.8 releaseRod Smith2021-06-091-1/+1
|
* Expand some options in sgdisk man page.Rod Smith2021-06-091-1/+2
|
* Add ability to reverse byte order of partition names to gdisk and sgdiskRod Smith2021-06-081-0/+8
|
* Updated e-mail address for contributor Dwight SchauerRod Smith2021-05-021-1/+1
|
* Version 1.0.7 releaseRod Smith2021-03-101-1/+1
|
* Update version number and dates prior to 1.0.6 release.Rod Smith2021-01-131-2/+2
|
* Fix minor man page typos (from Debian patch)Rod Smith2020-02-261-3/+3
|
* Documentation and final changes for 1.0.5 releaseRod Smith2020-02-171-2/+2
|
* Merge /u/geoffwilliams/gptfdisk/ branch hybrid_part_order into masterRoderick W. Smith2020-02-101-7/+7
|\ | | | | | | https://sourceforge.net/p/gptfdisk/code/merge-requests/16/
| * Support placing GPT last when for hybrid MBRGeoff Williams2019-09-221-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some hardware (notably Raspberry PI) requires a small FAT partition be listed as the first MBR partition to boot. At the moment hybrid MBR disks allowing this can only be made using the interactive `gdisk` program by choosing `h` from the recovery menu and answering `N` when asked: ``` Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? ``` This commit brings feature parity to `sgdisk` by changing `-h` to support an optional final partition `EE` indicating that the GPT partition should be listed last in the MBR instead of first. **Examples**: GPT first (current behaviour) ```shell sgdisk -h 1:2 sdcard.img ``` GPT last ```shell sgdisk -h 1:2:EE sdcard.img ```
* | Improve man pagesnl67202019-03-161-9/+9
|/ | | | | | Fix links to other manuals. Change one MB to MiB. Add space between number and unit.
* Fixed typo in sgdisk man page.Rod Smith2019-03-151-1/+1
|
* Added search/filter feature to "L" function to display partition typeRod Smith2018-07-051-2/+2
| | | | codes.
* Fixed a major bug that caused improper partition tables to be created.Rod Smith2017-07-271-1/+1
| | | | Version 1.0.3 release.
* Version 1.0.2 release.Rod Smith2017-07-261-2/+2
|
* Initial commit of support for moving main partition table to arbitraryRod Smith2017-07-211-0/+8
| | | | location on disk (within limits based on existing partitions).
* Update sgdisk.8 for updated partition size recommendations.Rod Smith2017-02-121-9/+11
|
* Version 1.0.1 release.Roderick W. Smith2015-10-181-2/+2
|
* Fixed bug in sgdisk that caused --largest-new/-N to fail if fed aRoderick W. Smith2015-10-181-4/+1
| | | | | value of "0" for the partition number. (This should work, according to the man page, and now it does.)
* Changed -z and -Z behavior in sgdisk so that subsequent changes areRoderick W. Smith2015-04-241-7/+8
| | | | written even if -g is not included. Also some man page updates.
* Version 1.0.0 release! Added some type codes and the -O/--print-mbrRoderick W. Smith2015-03-171-8/+15
| | | | option for sgdisk.
* Version 0.8.10 release.Roderick W. Smith2014-03-021-6/+7
|
* Removed libicu dependency for UTF-16 partition names. Version 0.8.9Roderick W. Smith2014-02-171-2/+2
| | | | release.
* Version 0.8.8 release.Roderick W. Smith2013-10-141-2/+2
|
* Version 0.8.7 release.Roderick W. Smith2013-07-081-2/+2
|
* 0.8.6 release.srs56942013-01-091-3/+3
|
* Version 0.8.5 releasesrs56942012-05-301-3/+3
|
* Fix Ctrl+D problems; 0.8.4 releasesrs56942012-03-251-2/+7
|
* GPT fdisk 0.8.3 release; minor bug fixes & feature changes.srs56942012-03-231-2/+2
|
* Version 0.8.2 final release.srs56942012-01-221-3/+3
|
* Changes for GPT fdisk version 0.8.1srs56942011-10-011-2/+2
|
* Changes for version 0.8.0srs56942011-09-101-15/+27
|
* 0.7.2 release, includes new Linux type code & true GUID generation insrs56942011-06-261-12/+12
| | | | Windows
* 0.7.1 release versionsrs56942011-03-211-11/+4
|
* Version 0.7.0srs56942011-03-121-4/+5
|
* Misc. bug fixes & restructuring.srs56942011-03-011-0/+2
|
* Version 0.6.14 releasesrs56942011-01-081-9/+11
|
* Version 0.6.13: GPT-to-MBR conversion bug fixes.srs56942010-10-121-1/+1
|
* Version 0.6.12 release; mostly changes in support for disks with othersrs56942010-10-071-7/+7
| | | | than 512-byte sectors.
* Final 0.6.11 version; only trivial changessrs56942010-09-251-2/+12
|
* sgdisk can now accept GUID values with its -t option. Also somesrs56942010-09-221-3/+4
| | | | additional checks for hybrid MBR issues.
* Changed man pages to update contributors' listsrs56942010-08-231-0/+3
|
* Revisions for 0.6.10 releasesrs56942010-08-221-2/+23
|
* Fixed bug in hybrid MBR generation; gdisk 0.6.9srs56942010-07-041-3/+3
|
* 0.6.8 releasesrs56942010-05-231-3/+7
|
* Added some options for randomizing GUIDs and setting GUIDs via sgdisksrs56942010-05-181-1/+35
|