summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
Commit message (Collapse)AuthorAgeFilesLines
* warn if partitions have been renumbered due to a partition being added or ↵Pascal Rigaux2002-01-281-3/+11
| | | | removed
* remove unused auto_win_extended stuffPascal Rigaux2002-01-221-4/+2
|
* handle extended partitions with no partitions inside (esp. for the first ↵Pascal Rigaux2002-01-221-17/+33
| | | | hda5 & windows XP)
* 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
| | | | | | - s/Partition that contains an EFI file system/EFI (FAT-12/16/32)/ - Add "FAT32" to @important_types for IA-64 & /boot/efi
* 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
| | | | | - using raw_removed
* 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
| | | | | - share/list.ia64: misc updates and additions wrt. XFS, ReiserFS
* - 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 ↵Pascal Rigaux2001-09-131-5/+18
| | | | rebooting on a device with some already mounted partitions)
* (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
| | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes
* 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
| | | | my_gtk::sync
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* fix HFS partition mount/format issue, offer /mnt/macos, modem detectionStew Benedict2001-06-131-1/+1
|
* re-add reiserfs as it shouldPascal Rigaux2001-05-161-0/+3
| | | | | add xfs
* basic xfs handlingPascal Rigaux2001-05-141-4/+4
|
* add Empty to bad_typesPascal Rigaux2001-03-231-2/+2
|
* (add): create 3 primaries before creating an extended if DAC960 (/dev/rd/*)Pascal Rigaux2001-03-061-1/+2
|
* (add): max number of parts for rd, ida and ccissPascal Rigaux2001-03-061-1/+1
|
* *** empty log message ***Stew Benedict2001-03-041-2/+2
|
* add isLVMBasedPascal Rigaux2001-03-031-1/+2
|
* *** empty log message ***Stew Benedict2001-03-031-4/+11
|
* add isLVM and isNonMountable ( = isRAID || isLVM)Pascal Rigaux2001-03-011-1/+3
|
* add LVM in important_types2. in expert, have interesting types in thePascal Rigaux2001-03-011-4/+3
| | | | | beginning
* cleanup Data::Dumper usePascal Rigaux2001-02-211-1/+1
|
* using the new formatXiBPascal Rigaux2001-02-021-6/+6
|