summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
Commit message (Expand)AuthorAgeFilesLines
* - add ntfs in isOtherAvailableFSPascal Rigaux2002-09-181-2/+2
* remove associating 0x35 => 'jfs' since it causes types_rev to associate jfs t...Pascal Rigaux2002-08-281-1/+0
* - do not handle clearall in read()Pascal Rigaux2002-08-271-6/+3
* rename LVMname to VG_namePascal Rigaux2002-08-111-1/+1
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-2/+2
* cleanupPascal Rigaux2002-07-291-4/+6
* add 0x35 partition table id meaning JFS (under OS/2) (thank to Mika Laitio)Pascal Rigaux2002-07-251-0/+2
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-231-5/+5
* handling devfs names for cdrom/hds on ide/scsi (needs testing)Pascal Rigaux2002-07-191-4/+9
* for greater symmetry with smb, drop isNfs in favour of isThisFs('nfs', ...)Pascal Rigaux2002-07-071-2/+1
* Allows people having PVs on unpartitioned disks to installPascal Rigaux2002-07-061-1/+1
* cleanupPascal Rigaux2002-07-061-3/+3
* fix a few english stringsGuillaume Cottenceau2002-04-081-1/+1
* better name for windobe new 0x42 special id (their own LVM marker)Pascal Rigaux2002-03-021-1/+1
* warn if partitions have been renumbered due to a partition being added or rem...Pascal Rigaux2002-01-281-3/+11
* remove unused auto_win_extended stuffPascal Rigaux2002-01-221-4/+2
* handle extended partitions with no partitions inside (esp. for the first hda5...Pascal Rigaux2002-01-221-17/+33
* Journalled filesystems for PPC now too.Stew Benedict2001-11-091-1/+5
* add methods first_usable_sector and last_usable_sectorPascal Rigaux2001-10-241-2/+2
* - s/Win98 FAT32/FAT32/Gwenolé Beauchesne2001-10-191-4/+4
* handle empty $hd->{primary}{raw} (happens with no partitions on ia64)Pascal Rigaux2001-10-191-2/+6
* - raw_add, can_raw_add moved to partition_table_rawPascal Rigaux2001-10-191-18/+3
* read part of GPT partition table workingPascal Rigaux2001-10-181-1/+5
* shorter GPT namePascal Rigaux2001-10-181-1/+1
* make perl_checker happyPascal Rigaux2001-10-091-3/+4
* yet a few other ataraid casesPascal Rigaux2001-10-081-1/+1
* updates to accomodate IBM PPC systems with DOS partition tableStew Benedict2001-10-061-1/+2
* - partition_table.pm: Add XFS suggestion for IA-64Gwenolé Beauchesne2001-09-261-1/+2
* - Add ReiserFS and Ext3fs entries for IA-64Gwenolé Beauchesne2001-09-251-0/+4
* (adjust_main_extended): do not use linux extendedPascal Rigaux2001-09-171-0/+1
* BLKPG_ADD_PARTITION support (aka adding partition on the fly without rebootin...Pascal Rigaux2001-09-131-5/+18
* (get_normal_parts_and_holes): remove only small holes, not small partitionsPascal Rigaux2001-09-091-1/+1
* add xfsPascal Rigaux2001-09-071-2/+2
* re-add JFSPascal Rigaux2001-09-041-5/+3
* fix switching to 0x85 extended when remove_empty_extended is calledPascal Rigaux2001-09-031-3/+3
* (write): do not die when real_mntpoint fs fail to unmount/remount, just logPascal Rigaux2001-08-241-2/+2
* (write): unmount+remount real_mntpoint before doing the kernel_readPascal Rigaux2001-08-241-0/+8
* remove JFS from @important_types (too broken for the moment)Pascal Rigaux2001-08-191-1/+1
* remove isSupermount (was unused)Pascal Rigaux2001-08-191-3/+2
* fixes and function prototype removingPascal Rigaux2001-08-181-24/+23
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-42/+66
* disable XFS as we don't have it in the kernelPascal Rigaux2001-08-081-1/+1
* nicer names for journalised fsPascal Rigaux2001-08-071-5/+5
* add ext3 supportPascal Rigaux2001-08-041-2/+4
* typo fixPascal Rigaux2001-08-031-1/+1
* replace isJfs/isXfs/... with isThisFs("jfs"Pascal Rigaux2001-08-031-7/+4
* JFS supportPascal Rigaux2001-08-021-1/+2
* add jfs supportPascal Rigaux2001-08-021-2/+4
* last of sync with PPC beta modsStew Benedict2001-07-271-2/+20
* do not export sync, keep it in common (esp. so that it doesn't conflict with ...Pascal Rigaux2001-07-251-1/+1