summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/type.pm
Commit message (Expand)AuthorAgeFilesLines
* add ntfs3 to isFat_or_NTFS()Thomas Backlund2023-07-081-1/+2
* Fix isFat_or_NTFSPascal Terjan2023-05-061-1/+1
* add minimal support for exFATThierry Vignaud2020-03-201-1/+2
* mark nilfs2 as somewhat availableThierry Vignaud2020-03-181-1/+1
* add support for F2FSThierry Vignaud2020-03-181-2/+2
* partially podify fs::*Thierry Vignaud2020-03-181-4/+54
* diskdrake: support adding partitions to Live ISOs on USB sticks (mga#25224)Martin Whitaker2020-02-291-1/+1
* simplifyThierry Vignaud2020-02-191-1/+1
* Set fs_type to '' for BIOS boot and Empty partitions.Martin Whitaker2017-02-251-0/+1
* Don't treat Empty or BIOS_GRUB partitions as free space (mga#20074).Martin Whitaker2017-02-251-1/+1
* Preserve DOS "Empty" partitions instead of treating them as free space (mga#2...Martin Whitaker2017-02-251-1/+1
* (isFormatable) introduce itThierry Vignaud2016-11-151-1/+7
* simplifyThierry Vignaud2016-10-161-1/+1
* BIOS boot partition cannot be mountedThierry Vignaud2016-07-111-1/+1
* fix inverted testThierry Vignaud2016-07-051-1/+1
* factorize bad block checksThierry Vignaud2016-07-041-1/+2
* perl_checker cleanupThierry Vignaud2016-07-041-1/+1
* fix being able to create vfat on UEFI (mga#15698)Thierry Vignaud2016-06-301-1/+2
* add a failsafe for ESP taggingThierry Vignaud2016-06-181-1/+1
* fix offering to create a GRUB_BIOS partitionThierry Vignaud2016-06-121-1/+1
* detect GRUB_BIOS partitions (mga#18656)Thierry Vignaud2016-06-111-3/+5
* (isESP) check fs too (mga#16246)Thierry Vignaud2016-02-101-1/+1
* resync with udisk2Thierry Vignaud2015-05-281-1/+4
* update commentThierry Vignaud2015-05-281-2/+2
* fix last commit (spotted by tv), update intaller NEWS tooThomas Backlund2015-05-281-1/+1
* ignore special 'Packard_Bell' and 'Push_Button_Reset' partitions (mga#15999)Thomas Backlund2015-05-281-1/+1
* fix regression refusing FAT for ESP (mga#15962)Thierry Vignaud2015-05-171-1/+4
* perl_checker fixThierry Vignaud2015-05-171-1/+1
* do not set noauto for /boot/EFI (mga#15627)Thierry Vignaud2015-05-071-1/+1
* detect Lenovo recovery as suchThierry Vignaud2015-04-131-1/+1
* (isnormal_Fat_or_NTFS) introduce itThierry Vignaud2015-04-121-1/+2
* (isRecovery) move "Compaq diagnostics" test hereThierry Vignaud2015-03-301-0/+1
* (isESP) export itThierry Vignaud2015-03-201-1/+1
* (isEfi) rename as isESP()Thierry Vignaud2015-03-201-2/+2
* match ESP partitions on all archesThierry Vignaud2015-03-201-1/+1
* perl_checker cleanupThierry Vignaud2015-03-201-1/+1
* remove reiserfs from important list (mga#13295)Thomas Backlund2015-01-101-1/+1
* move EFI part up in the list so it actually gets listedThomas Backlund2015-01-091-6/+3
* btrfs needs atleast 256MB partitionThomas Backlund2015-01-081-0/+1
* expose ESP for efi systemsThomas Backlund2015-01-081-1/+6
* group fs types using same arch() checkThomas Backlund2015-01-081-5/+1
* improve fs sorting in combo box (mga#13640)Thierry Vignaud2014-07-031-1/+1
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-28/+7
* allow to choose btrfs in normal mode (mga#65)Thierry Vignaud2013-04-071-1/+1
* tag btrfs & nilfs2 as Journalised FSThierry Vignaud2013-04-071-2/+2
* (call_blkid) add a code comment about blkid -p to prevent accidental revert i...Colin Guthrie2013-02-141-0/+1
* (call_blkid) always bypass blkid cacheColin Guthrie2013-02-141-1/+1
* (call_blkid) do not bypass blkid cacheThierry Vignaud2012-12-281-1/+1
* (call_blkid) use newly introduced get_stdout_raw() to reduce blkidThierry Vignaud2012-05-231-1/+1