summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/format.pm
Commit message (Expand)AuthorAgeFilesLines
...
* 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