summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table/gpt.pm
Commit message (Expand)AuthorAgeFilesLines
* prevent errors when telling kernel to reread partsThierry Vignaud2015-06-131-0/+3
* set pt_type according to fs_type before flag cases (mga#16029)Thierry Vignaud2015-05-241-5/+5
* display cosmetics when reading back GPTThierry Vignaud2015-05-201-0/+6
* prefer 'fat32' over 'fat16'Thierry Vignaud2015-05-201-0/+2
* libparted: map 'fat32' to 'vfat' (mga#15987)Thierry Vignaud2015-05-201-0/+2
* simplifyThierry Vignaud2015-05-201-4/+8
* Speed up reading of flags from GPT partition table.Martin Whitaker2015-04-191-4/+4
* really try to detect recovery partitions on GPTThierry Vignaud2015-04-031-1/+1
* try to detect recovery partitions on GPTThierry Vignaud2015-03-301-0/+2
* fix retrieving ntfs partitions s/ntfs/ntfs-3g/Thierry Vignaud2015-03-271-0/+1
* really fix retrieving swap partition typeThierry Vignaud2015-03-271-1/+1
* fix fs_type returned by libparted for swapsThierry Vignaud2015-03-271-0/+1
* log which type is unknownThierry Vignaud2015-03-271-1/+1
* fix tagging LVM/raid as "linux filesystem" with GPTThierry Vignaud2015-03-271-2/+10
* fix tagging ntfs-3g as "linux filesystem" with GPTThierry Vignaud2015-03-271-0/+1
* fix tagging swap as "linux filesystem" with GPTThierry Vignaud2015-03-271-0/+1
* fix retrieving LVM/RAID partition typeThierry Vignaud2015-03-271-0/+4
* make it more genericThierry Vignaud2015-03-271-1/+1
* perl_checker cleanupThierry Vignaud2015-03-251-1/+1
* log which partition we fail to addThierry Vignaud2015-03-251-2/+2
* set proper GUID to ESP partitions with GPT layoutThierry Vignaud2015-03-251-1/+6
* fix retrieving ESP partition typeThierry Vignaud2015-03-251-1/+5
* use a proper interface between parted/perl worldsThierry Vignaud2015-03-251-11/+2
* fix retrieving partitionThierry Vignaud2015-03-251-2/+2
* Do not try to delete partitions if the partition table was overwrittenPascal Terjan2015-02-041-1/+4
* perl_checker cleanupThierry Vignaud2015-02-041-1/+1
* Fix partition number in GPT for empty disksPascal Terjan2015-02-031-1/+2
* Fix GPT initialization on empty diskPascal Terjan2015-02-031-1/+5
* add GPT partition GUID tableThomas Backlund2014-12-221-0/+90
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
* (read_one) better error message (more info)Thierry Vignaud2012-04-071-1/+1
* SimplifyPascal Terjan2012-04-071-19/+13
* Fix partition numbering on GPT (mga#3091)Pascal Terjan2012-04-051-9/+14
* perl_checker hintsThierry Vignaud2011-12-191-2/+2
* (read_one) kill Dumper warningThierry Vignaud2011-12-171-3/+0
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* Rewrite gpt support with libpartedPascal Terjan2009-01-271-228/+38
* - partitioning wizard lirary: Pascal Rigaux2008-03-251-0/+1
* rename ->read to ->read_onePascal Rigaux2007-09-181-1/+1
* transform ->clear_raw into the more generic ->initializePascal Rigaux2007-09-181-4/+5
* - diskdrake:Pascal Rigaux2007-08-081-0/+2
* add some "use xxx;" (the idea is to see what the package needs, but i may rol...Pascal Rigaux2005-06-101-0/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
* add some ";", remove some ";", as told by perl_checkerPascal Rigaux2004-11-181-2/+2
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-2/+2
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-8/+8
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+1
* fix typo ($hd is not available in read_header(), so don't use it)Pascal Rigaux2002-12-041-1/+1
* do not use "local *F"Pascal Rigaux2002-12-041-18/+16