summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/format.pm
Commit message (Expand)AuthorAgeFilesLines
* - 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
* handle creation of labels for every filesystem typesPascal Rigaux2005-06-211-9/+30
* move loopback.pm to fs/loopback.pmPascal Rigaux2005-06-101-1/+2
* fix typoPascal Rigaux2005-06-011-1/+2
* set the LABEL after formatting, or drop it if we don't know how to set itPascal Rigaux2005-06-011-0/+8
* workaround perl limitationPascal Rigaux2005-02-081-1/+2
* remove logPascal Rigaux2005-01-271-1/+0
* even if it still takes some time when format is over, we don't want the progr...Pascal Rigaux2005-01-251-2/+2
* gtk2 progress bar when formatting ext3Pascal Rigaux2005-01-151-4/+22
* remove debug codePascal Rigaux2005-01-121-2/+0
* - fs::format::part_raw() now takes $wait_message to allow displaying the prog...Pascal Rigaux2005-01-061-3/+39
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
* don't allow partition types we don't know how to format in {partitions} for a...Pascal Rigaux2004-12-051-0/+5
* add CVS $Id:Pascal Rigaux2004-08-031-1/+1
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-0/+1
* make perl_checker happyPascal Rigaux2004-08-021-1/+1
* - move package_needed_for_partition_type() from fsedit to fs::formatPascal Rigaux2004-08-021-11/+24
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-5/+8
* fix typoPascal Rigaux2004-07-261-1/+1
* replace pt_type2name($part->{pt_type}) with part2name($part)Pascal Rigaux2004-07-231-2/+2
* - move format related functions out of fs.pm to new module fs/format.pmPascal Rigaux2004-07-231-0/+77