summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table/lvm.pm
Commit message (Collapse)AuthorAgeFilesLines
* it's better to inheritate from partition_table::readonly, that way we can doPascal Rigaux2007-09-181-4/+9
| | | | | ->isa('partition_table::lvm')
* create partition_table::readonly and use itPascal Rigaux2007-09-181-9/+7
|
* handle "LVM on full disk" like other partition tablesPascal Rigaux2007-09-181-0/+12
|
* transform ->clear_raw into the more generic ->initializePascal Rigaux2007-09-181-2/+2
| | | | | (useful to have a more standard partition_table::lvm)
* - allow using diskdrake even if there is only a lvm PV on full disk availablePascal Rigaux2007-08-081-0/+25