summaryrefslogtreecommitdiffstats
path: root/include/pt-mbr-partnames.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: remove some old history from manpagesRuediger Meier2017-06-291-1/+1
| | | | | | | | We assume that users will have a kernel >= 2.6.0 and removel references to earlier kernels. There are still a few ones left. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-1/+1
| | | | | | | | | | text-utils/tailf.c:69:21: warning: Using plain integer as NULL pointer Since many 'struct option' has used zero as NULL make them more readable in same go by reindenting, and using named argument requirements. Reference: https://lwn.net/Articles/93577/ Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* include/pt-mbr-partnames: remove '|' from partition type nameKarel Zak2015-10-091-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: to recognize Intel Rapid Start hibernation partitionJörg Jenderek2015-10-091-1/+3
| | | | | | | | | | | | | | | | I use Intel Rapid Start Technology on my PC. According to their User Guide "Rapid_Start_Technology_User_Guide_v1.4.pdf" I create a partition with id=84 for hibernation by this Technology. Unfortunately the software fdisk (util-linux-2.27) classifies that partition as "OS/2 hidden C:". That is not wrong, but on website https://en.wikipedia.org/wiki/Partition_type is written, that id 0x84 beside using for hiding drive C: this type is a also used as hibernation partition for Microsoft APM and also for Intel Rapid Start So I patched 2 header files so that fdisk recognize this partition type variation. Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: to recognize partition type 0xEA (Rufus)Jörg Jenderek2015-10-021-0/+1
| | | | | | | | | | | | | | | | | | i used a partitioning+formatting tool product rufus 2.2. of https://rufus.akeo.ie/ This software has an extra format option for older BIOS. With this fix the main partition is created with some alignments and for the remaining unallocated space a small extra and empty partition with identification 0xEA is created. On the List of partition identifiers for PCs at http://www.win.tue.nl/~aeb/partitions/partition_types-1.html is is said that there is a freedesktop proposal to use also type ea as boot partition Unfortunately the software fdisk (util-linux-2.27) can not classify that partition. I send for the fdisk program my 2 patches so that fdisk recognize this partition type. Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: recognize FAT32 partitions hidden by Acronis softwareJörg Jenderek2015-04-081-0/+1
| | | | | | References: http://www.acronis.de/products/trueimage Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: Jörg Jenderek <joerg.jen.der.ek@gmx.net>
* libfdisk: move mbr code to the libraryKarel Zak2013-09-161-0/+105
Signed-off-by: Karel Zak <kzak@redhat.com>