summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table
Commit message (Expand)AuthorAgeFilesLines
* Erase iso9660 signature when clearing hybrid ISO partition table (mga#27864)Martin Whitaker2020-12-191-0/+8
* diskdrake: fix adding parts to extended partition on hybrid ISO (mga#27862)Martin Whitaker2020-12-181-2/+2
* diskdrake: support adding partitions to Live ISOs on USB sticks (mga#25224)Martin Whitaker2020-02-291-1/+2
* Minimise calls to ped_disk_probe() when writing partition tables.Martin Whitaker2019-04-201-1/+1
* Minimise calls to ped_disk_probe() when reading partition tables (mga#15752)Martin Whitaker2019-04-202-2/+2
* enhance partition_table docThierry Vignaud2018-11-222-7/+51
* Add safety net for informing the kernel after writing a DOS partition table.Martin Whitaker2017-04-041-1/+20
* Ensure kernel is informed when a DOS partition table is cleared.Martin Whitaker2017-03-141-1/+6
* When writing a GPT partition table, merge all actions into a single commit.Martin Whitaker2017-03-141-10/+22
* Remove redundant code when initialising a partition table.Martin Whitaker2017-03-141-6/+0
* Revised fix for clearing GPT partitions during automatic install.Martin Whitaker2017-03-141-5/+2
* make "(add, " messages end in logsThierry Vignaud2017-03-061-1/+1
* Always tell the kernel about partition table changes when running the classic...Martin Whitaker2017-02-251-4/+8
* Preserve DOS "Empty" partitions instead of treating them as free space (mga#2...Martin Whitaker2017-02-251-0/+1
* Don't tell the kernel about partition table changes when it rescans them auto...Martin Whitaker2017-02-252-0/+14
* Ensure the kernel doesn't rescan a partially written partition table (mga#200...Martin Whitaker2017-02-256-8/+32
* 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
* fix path in commentThierry Vignaud2015-12-241-1/+1
* 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
* better fix for too corrupted partition tableThierry Vignaud2015-03-301-1/+1
* 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 failing to read partition table (mga#13592, mga#15272)Thierry Vignaud2015-03-271-1/+2
* 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