summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table/sun.pm
Commit message (Collapse)AuthorAgeFilesLines
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-2/+4
| | | | | | | | | | | | | | | | | | | | {pt_type} is always a number, {fs_type} is always a string - introduce set_isFormatted() (to ensure {notFormatted} but also {fs_type_from_magic} and {bad_fs_type_magic} are updated) - don't use 0x483 for ext3 anymore (same for reiserfs...), the type_name gives both a pt_type and a fs_type - many accessors from partition_table removed (type2fs(), fs2pt_type()) - remove isThisFs() (not useful anymore since we can use directly {fs_type}) - remove isFat() (inline the function) - other isXXX() from partition_table are moved to fs::type - part2name() is now fs::type::part2type_name - name2pt_type() is now fs::type::type_name2subpart() - partition_table::important_types() is now fs::type::type_names() - fsedit::typeOfPart() is now fs::type::fs_type_from_magic() - no need to truncate type_name since they are shorter
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-8/+8
| | | | | | this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number
* perl_checker fixesPascal Rigaux2004-01-051-1/+0
|
* perl_checker fixesThierry Vignaud2003-05-231-8/+8
|
* perl_checker compliancePascal Rigaux2003-04-301-1/+1
|
* do not use "local *F"Pascal Rigaux2002-12-041-8/+8
|
* - use "foreach" instead of "for" in list contextPascal Rigaux2002-11-111-1/+1
| | | | | - use "for" instead of "foreach" when used a la C
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-231-0/+201