| Commit message (Expand) | Author | Age | Files | Lines |
* | - diskdrake: | Pascal Rigaux | 2007-05-21 | 1 | -1/+1 |
* | use "mkfs.ext3" instead of "mkfs.ext2 -J" | Pascal Rigaux | 2007-05-14 | 1 | -1/+1 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -2/+14 |
* | ensure_binary_is_installed checks binary chrooted, whereas we run the binary ... | Pascal Rigaux | 2006-02-24 | 1 | -1/+1 |
* | it seems -y is needed for mkfs.reiser4 to work without prompting | Pascal Rigaux | 2006-02-22 | 1 | -1/+1 |
* | fs::format::wait_message() is now ->wait_message_with_progress_bar (on intera... | Pascal Rigaux | 2005-09-02 | 1 | -33/+0 |
* | minimal (and quite hidden) reiser4 support in diskdrake (bugzilla #15839) | Pascal Rigaux | 2005-08-03 | 1 | -0/+1 |
* | mkinitrd only handle ext2/ext3 labels, so disallow labels on "/" for other fs... | Pascal Rigaux | 2005-07-01 | 1 | -1/+2 |
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -5/+37 |
* | normalize mke2fs and mkreiserfs into mkfs.<fs_type> | Pascal Rigaux | 2005-06-24 | 1 | -6/+6 |
* | handle creation of labels for every filesystem types | Pascal Rigaux | 2005-06-21 | 1 | -9/+30 |
* | move loopback.pm to fs/loopback.pm | Pascal Rigaux | 2005-06-10 | 1 | -1/+2 |
* | fix typo | Pascal Rigaux | 2005-06-01 | 1 | -1/+2 |
* | set the LABEL after formatting, or drop it if we don't know how to set it | Pascal Rigaux | 2005-06-01 | 1 | -0/+8 |
* | workaround perl limitation | Pascal Rigaux | 2005-02-08 | 1 | -1/+2 |
* | remove log | Pascal Rigaux | 2005-01-27 | 1 | -1/+0 |
* | even if it still takes some time when format is over, we don't want the progr... | Pascal Rigaux | 2005-01-25 | 1 | -2/+2 |
* | gtk2 progress bar when formatting ext3 | Pascal Rigaux | 2005-01-15 | 1 | -4/+22 |
* | remove debug code | Pascal Rigaux | 2005-01-12 | 1 | -2/+0 |
* | - fs::format::part_raw() now takes $wait_message to allow displaying the prog... | Pascal Rigaux | 2005-01-06 | 1 | -3/+39 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
* | don't allow partition types we don't know how to format in {partitions} for a... | Pascal Rigaux | 2004-12-05 | 1 | -0/+5 |
* | 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 | 1 | -0/+1 |
* | make perl_checker happy | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
* | - move package_needed_for_partition_type() from fsedit to fs::format | Pascal Rigaux | 2004-08-02 | 1 | -11/+24 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -5/+8 |
* | 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 |