summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
Commit message (Expand)AuthorAgeFilesLines
* re-enable xfs on x86_64, for testingGwenolé Beauchesne2004-10-041-1/+1
* - add field {part_number} for partitionsPascal Rigaux2004-09-202-2/+7
* - ensure {is_removable} field is there for created partitions, not only exist...Pascal Rigaux2004-09-141-2/+2
* fix commentPascal Rigaux2004-09-081-1/+1
* (set_default) use "users" options for removable devices (so that usersOlivier Blin2004-09-071-6/+5
* - detect LVM2Pascal Rigaux2004-09-061-1/+2
* detect linux software raid magicPascal Rigaux2004-09-061-1/+16
* set_default: use sync for removable devicesOlivier Blin2004-09-021-0/+1
* cleanly handle the case when {pt_type} is 0Pascal Rigaux2004-08-171-1/+2
* when there is no {pt_type}, favour the one fs_type2pt_type favoursPascal Rigaux2004-08-101-5/+5
* - switch to mdadm (instead of raidtools)Pascal Rigaux2004-08-081-4/+2
* "PPC PReP Boot" is an "important" type on ppcPascal Rigaux2004-08-051-0/+3
* 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