summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/format.pm
Commit message (Expand)AuthorAgeFilesLines
* Use mkfs.ntfs symlink for consistencyThierry Vignaud2020-11-201-2/+2
* Use mkfs.fat instead of mkdosfs symlinkThierry Vignaud2020-11-201-2/+2
* adapt to exfatprogs-1.03Thierry Vignaud2020-05-161-0/+1
* adjust for exfat labeling change in exfatprogs 1.0.3Thomas Backlund2020-05-161-1/+1
* Move disabling fsck back into part_raw()Thierry Vignaud2020-04-231-4/+5
* it's now possible to set labels on exfatThierry Vignaud2020-04-231-0/+1
* explain moreThierry Vignaud2020-04-231-0/+12
* exfat-utils got renamed as exfatprogsThierry Vignaud2020-04-231-1/+1
* reindentThierry Vignaud2020-04-141-2/+2
* ntfsprogs has been renamed ntfs-3gThierry Vignaud2020-04-141-4/+4
* add minimal support for exFATThierry Vignaud2020-03-201-0/+1
* (preserve_UUID_after_format) split itThierry Vignaud2020-03-181-4/+13
* (option_to_preserve_UUID_while_formating) split itThierry Vignaud2020-03-181-7/+18
* add support for F2FSThierry Vignaud2020-03-181-0/+2
* partially podify fs::*Thierry Vignaud2020-03-181-6/+89
* nilfs2: overwite existing fs when formating (like other FSes)Thierry Vignaud2020-02-191-1/+1
* keep UUID when formating btrfs (mga#18673)Thierry Vignaud2016-06-241-1/+9
* update btrfs status regarding keeping UUIDThierry Vignaud2016-06-241-1/+1
* fix preserving UUID when formating jfs/nilfs/xfsThierry Vignaud2016-06-241-1/+1
* simplifyThierry Vignaud2016-06-241-1/+1
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
* fix "Can't use an undefined value as an ARRAY reference" in strict modeThierry Vignaud2013-10-101-2/+4
* enable to format already formated btrfs partitions (mga#11256)Thierry Vignaud2013-09-291-1/+1
* actually preserve UUID when formatting (mga#9428)Thierry Vignaud2013-03-201-1/+1
* frenglish -> englishThierry Vignaud2013-03-201-1/+1
* (part) if a partition has been manually formated, don't offer toThierry Vignaud2012-12-111-0/+1
* drop support for reiser4 (mga#5680)Thierry Vignaud2012-04-301-3/+0
* perl_checker cleanupsThierry Vignaud2012-03-231-2/+2
* preserve UUID when reformating a nilfs fsThierry Vignaud2012-01-231-0/+1
* enable to set label on swapThierry Vignaud2012-01-231-1/+1
* (package_needed_for_partition_type) make more generic the ability toThierry Vignaud2012-01-231-7/+9
* (write_label) enable to set label on btrfs fsesThierry Vignaud2012-01-231-1/+4
* enable to set label on nilfs fsesThierry Vignaud2012-01-231-1/+1
* fix package nameThierry Vignaud2012-01-231-1/+1
* perl_checker cleanupThierry Vignaud2012-01-231-1/+1
* util-linux-ng was renamed util-linux (fix installation error)Thierry Vignaud2011-09-081-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-3/+3
* re-add part of the cahnge that was drop by previous revertPascal Terjan2010-05-171-1/+1
* enable acl in fstab not on the fs as we currently do not handle options on th...Pascal Terjan2010-05-131-8/+4
* - enable acl by default on ext3/4 fsPascal Terjan2010-05-131-4/+8
* Add initial nilfs2 supportPascal Terjan2010-04-121-0/+3
* (write_label) get rid of another FIXME: fix setting volume labelThierry Vignaud2009-12-081-4/+5
* remove FIXME for ext4 : all options are defined through /etc/mke2fs.confThierry Vignaud2009-12-081-1/+1
* Add FIXME for fat labelPascal Terjan2009-12-011-0/+1
* - first bits of btrfs supportPascal Terjan2009-11-241-1/+6
* (part_raw) display a progress bar while formating an ext4 partitionThierry Vignaud2009-04-211-1/+1
* diskdrake:Pascal Terjan2009-03-181-2/+4
* fix preserving UUID when formatting ext* and swap, and handle more FS (#39913)Pascal Terjan2009-02-101-1/+13
* don't rewrite label when it did not change (#47186)Pascal Terjan2009-01-221-1/+3
* Add support for editing partition labels without formattingPascal Terjan2009-01-091-18/+83