aboutsummaryrefslogtreecommitdiff
path: root/utils/gptfdisk
Commit message (Collapse)AuthorAge
* gptfdisk: update to 1.0.5Rosen Penev2020-02-27
| | | | | | Removed upstreamed patches. Refresh remaining one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gptfdisk: Switch to using uClibc++Rosen Penev2019-10-12
| | | | | | | | | | | | Added patches sent upstream to fix usage with uClibc++. Cleaned up license information. Added several size optimizations. Several other Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gptfdisk: Update to 1.0.4Rosen Penev2018-07-08
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gptfdisk: add a new packageAlif M. Ahmad2018-06-18
| | | | | | | | | gptfdisk is a gpt-aware disk partitioning tool. It can be used to convert mbr partitioned disk to gpt and vice versa. It supports reading GPT, MBR, and BSD disklabels. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* utils/gptfdisk: Remove from treeDaniel Engberg2017-08-07
| | | | | | | | linux-utils (fdisk) provides the functionality I need and I have no interest in maintaining this package as it more or less overlaps the functionality of the previously mentioned alternative. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* gdisk/sgdisk/cgdisk: capitalized submenu name (disc -> Disc)Alberto Bursi2016-11-02
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* gdisk: enabled more utils and changed package nameAlberto Bursi2016-10-18
I needed also sgdisk (script-friendly) and while I was at it I added also cgdisk (uses ncurses interface), all as separate packages. re-arranged the package folder and set /usr/sbin for install folder as most tools seem to go in there and not in /sbin. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>