summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/proc_partitions.pm
Commit message (Collapse)AuthorAgeFilesLines
* - don't check /proc/partitions for a partition_table::lvm Pascal Rigaux2007-12-031-0/+3
| | | | | (ie PV on non partitioned drive)
* - ignore /proc/partitions when "solaris" extended partition is present (#33866)Pascal Rigaux2007-09-241-1/+5
|
* cleanupPascal Rigaux2007-09-241-1/+1
|
* create partition_table::readonly and use itPascal Rigaux2007-09-181-5/+3
|
* rename ->zero_MBR into ->clear, and ->zero_MBR_and_dirty into ->clear_and_dirtyPascal Rigaux2007-09-181-1/+1
| | | | | (old name kept for compatibility)
* re-sync after the big svn lossPascal Rigaux2007-04-251-18/+5
|
* move skipping dmraid drives test in fsedit (and use fs::type::is_dmraid)Pascal Rigaux2005-07-011-2/+0
|
* adapt to fs/dmraid.pm change (bus is now dmraid_xxx instead of dm_xxx)Pascal Rigaux2005-06-301-1/+1
|
* initial dmraid supportPascal Rigaux2005-06-201-0/+2
|
* - change prototype of fs::get_major_minor()Pascal Rigaux2005-06-201-2/+4
| | | | | | - use it in fs::proc_partitions::compare() (not useful at the moment, but it may help in the future)
* make it workPascal Rigaux2005-06-101-2/+4
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-0/+82
- remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)