| Commit message (Expand) | Author | Age | Files | Lines |
* | - ensure {is_removable} field is there for created partitions, not only exist... | Pascal Rigaux | 2004-09-14 | 1 | -2/+2 |
* | fix comment | Pascal Rigaux | 2004-09-08 | 1 | -1/+1 |
* | (set_default) use "users" options for removable devices (so that users | Olivier Blin | 2004-09-07 | 1 | -6/+5 |
* | - detect LVM2 | Pascal Rigaux | 2004-09-06 | 1 | -1/+2 |
* | detect linux software raid magic | Pascal Rigaux | 2004-09-06 | 1 | -1/+16 |
* | set_default: use sync for removable devices | Olivier Blin | 2004-09-02 | 1 | -0/+1 |
* | cleanly handle the case when {pt_type} is 0 | Pascal Rigaux | 2004-08-17 | 1 | -1/+2 |
* | when there is no {pt_type}, favour the one fs_type2pt_type favours | Pascal Rigaux | 2004-08-10 | 1 | -5/+5 |
* | - switch to mdadm (instead of raidtools) | Pascal Rigaux | 2004-08-08 | 1 | -4/+2 |
* | "PPC PReP Boot" is an "important" type on ppc | Pascal Rigaux | 2004-08-05 | 1 | -0/+3 |
* | return a true value for perl | Pascal Rigaux | 2004-08-04 | 2 | -0/+4 |
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 1 | -0/+248 |
* | add CVS $Id: | Pascal Rigaux | 2004-08-03 | 1 | -1/+1 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 2 | -0/+129 |
* | make perl_checker happy | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
* | fsedit::check_fs_type() is now fs::type::check() | Pascal Rigaux | 2004-08-02 | 1 | -0/+7 |
* | - move package_needed_for_partition_type() from fsedit to fs::format | Pascal Rigaux | 2004-08-02 | 1 | -11/+24 |
* | remove small ugly typo | Pascal Rigaux | 2004-07-28 | 1 | -1/+1 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 2 | -5/+342 |
* | fix typo | Pascal Rigaux | 2004-07-26 | 1 | -1/+1 |
* | replace pt_type2name($part->{pt_type}) with part2name($part) | Pascal Rigaux | 2004-07-23 | 1 | -2/+2 |
* | - move format related functions out of fs.pm to new module fs/format.pm | Pascal Rigaux | 2004-07-23 | 1 | -0/+77 |