summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/format.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* - ext4dev is now stable and called ext4 in 2.6.28+Pascal Terjan2009-01-051-7/+7
* create after_formatting() out of part_raw()Pascal Rigaux2008-09-181-0/+6
* - diskdrakePascal Rigaux2008-09-091-1/+1
* - when reformatting swap, keep existing UUID (#38877)Pascal Rigaux2008-03-201-0/+2
* - fix resizing/formatting ntfs, and create "Windows" entry in bootloaderPascal Rigaux2008-03-051-0/+1
* - adapt to cooker:Pascal Rigaux2008-02-221-1/+1
* remove debug code from previous commitPascal Rigaux2007-11-191-1/+1
* add support for ext4Thierry Vignaud2007-11-061-5/+7
* (part_raw) simplifyThierry Vignaud2007-11-051-1/+1
* - fix getting UUID on mdmadm (eg: md0) devicesPascal Rigaux2007-09-191-3/+2
* mkswap is now in util-linux-ngPascal Rigaux2007-09-061-1/+1
* - support for UUID (including UUID=xxx in fstab)Pascal Rigaux2007-08-311-0/+4
* restore progress bar when formatting ext3Pascal Rigaux2007-08-061-3/+3
* - diskdrake:Pascal Rigaux2007-05-211-1/+1
* use "mkfs.ext3" instead of "mkfs.ext2 -J"Pascal Rigaux2007-05-141-1/+1
* re-sync after the big svn lossPascal Rigaux2007-04-251-2/+14
* ensure_binary_is_installed checks binary chrooted, whereas we run the binary ...Pascal Rigaux2006-02-241-1/+1
* it seems -y is needed for mkfs.reiser4 to work without promptingPascal Rigaux2006-02-221-1/+1
* fs::format::wait_message() is now ->wait_message_with_progress_bar (on intera...Pascal Rigaux2005-09-021-33/+0
* minimal (and quite hidden) reiser4 support in diskdrake (bugzilla #15839)Pascal Rigaux2005-08-031-0/+1
* mkinitrd only handle ext2/ext3 labels, so disallow labels on "/" for other fs...Pascal Rigaux2005-07-011-1/+2
* try to cleanup fs.pmPascal Rigaux2005-06-281-5/+37
* normalize mke2fs and mkreiserfs into mkfs.<fs_type>Pascal Rigaux2005-06-241-6/+6