summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/proc_partitions.pm
Commit message (Collapse)AuthorAgeFilesLines
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* - 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)