summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
Commit message (Expand)AuthorAgeFilesLines
* return a true value for perlPascal Rigaux2004-08-042-0/+4
* move mount options related stuff from fs.pm to newly created fs/mount_options.pmPascal Rigaux2004-08-031-0/+248
* add CVS $Id:Pascal Rigaux2004-08-031-1/+1
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-032-0/+129
* make perl_checker happyPascal Rigaux2004-08-021-1/+1
* fsedit::check_fs_type() is now fs::type::check()Pascal Rigaux2004-08-021-0/+7
* - move package_needed_for_partition_type() from fsedit to fs::formatPascal Rigaux2004-08-021-11/+24
* remove small ugly typoPascal Rigaux2004-07-281-1/+1
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-272-5/+342
* 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