summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table/gpt.pm
Commit message (Expand)AuthorAgeFilesLines
* Ensure the kernel doesn't rescan a partially written partition table (mga#200...Martin Whitaker2017-02-121-1/+1
* first usable sector is LBA34 for GPTThierry Vignaud2016-07-311-0/+2
* sync libparted view with diskdrake oneThierry Vignaud2016-07-121-0/+5
* (initialize) simplifyThierry Vignaud2016-07-081-5/+2
* prevent GPT partition to use the 33 last sectorsThierry Vignaud2016-07-051-0/+6
* kill big unused hash of GUIDsThierry Vignaud2016-07-051-89/+1
* kill a bogus FIXME noteThierry Vignaud2016-06-301-1/+0
* add a GRUB_BIOS partitions if needed (mga#18656)Thierry Vignaud2016-06-111-1/+2
* detect GRUB_BIOS partitions (mga#18656)Thierry Vignaud2016-06-111-0/+4
* 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