Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - partitioning wizard: ensure existing_part and resize_fat are proposed before | Pascal Rigaux | 2007-10-19 | 1 | -3/+3 |
| | | | | | wipe_drive | ||||
* | create partition_table_initialize() and partition_table_clear_and_initialize() | Pascal Rigaux | 2007-09-19 | 1 | -1/+1 |
| | | | | | | which are wrappers around partition_table::initialize() but which also create a singleton VG automatically (so that it's easier for the user) | ||||
* | we really want to remove existing partitions first (via tell_kernel) | Pascal Rigaux | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | rename partition_table::raw::clear() into partition_table::initialize() | Pascal Rigaux | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | rename ->zero_MBR into ->clear, and ->zero_MBR_and_dirty into ->clear_and_dirty | Pascal Rigaux | 2007-09-18 | 1 | -1/+1 |
| | | | | | (old name kept for compatibility) | ||||
* | (partitionWizardSolutions) add missing title | Thierry Vignaud | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | - allow using diskdrake even if there is only a lvm PV on full disk available | Pascal Rigaux | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | - fix range max value >2TB when creating a partition (useful for LVs >2TB) | Pascal Rigaux | 2007-08-06 | 1 | -14/+18 |
| | | | | | | nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+283 |