summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
Commit message (Expand)AuthorAgeFilesLines
* (tell_kernel) run udevadm in installer too (might fix unnecessary reboot (mga...Thierry Vignaud2012-04-271-2/+2
* perl_checker cleanupsThierry Vignaud2012-03-231-2/+2
* partition_table: align partitions to 1MB boundaries to avoidAnssi Hannula2011-08-061-0/+13
* - perl -pi -e 's!hard drive!hard disk drive!'Ahmad Samir2011-04-041-2/+2
* - string changes: perl -pi -e 's!Can not!Cannot!'Ahmad Samir2011-04-041-1/+1
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-2/+2
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* diskdrake: don't ask to reboot after resize if not neededPascal Terjan2010-05-101-3/+7
* Rewrite gpt support with libpartedPascal Terjan2009-01-271-1/+2
* (write) get major/minor again after writing the partition table soThierry Vignaud2008-12-181-0/+3
* (add) kernel-2.6.28+ supports more than 15 partitions on SATA & SCSI devicesThierry Vignaud2008-12-171-1/+1
* - diskdrake:Pascal Rigaux2008-09-181-1/+2
* - bootloader-config:Pascal Rigaux2008-09-161-1/+1
* - fix partition device name for some dmraid (missing "p", cf #38363)Pascal Rigaux2008-03-061-3/+9
* - diskdrake:Pascal Rigaux2008-02-141-1/+3
* - bootloader-config, diskdrake:Pascal Rigaux2008-01-221-1/+1
* - diskdrake:Pascal Rigaux2007-12-041-38/+0
* - diskdrake :Pascal Rigaux2007-09-191-1/+1
* - diskdrake:Pascal Rigaux2007-09-191-5/+8
* rename partition_table::raw::clear() into partition_table::initialize()Pascal Rigaux2007-09-181-0/+23
* handle "LVM on full disk" like other partition tablesPascal Rigaux2007-09-181-1/+2
* drop unused variablesPascal Rigaux2007-09-181-1/+0
* create partition_table::raw::read_primary out of partition_table::read_primary()Pascal Rigaux2007-09-181-10/+6
* move more things from read() to read_primary()Pascal Rigaux2007-09-181-7/+8
* simplify: read_one was used for primary and extended. replacing most of read_...Pascal Rigaux2007-09-181-12/+9
* create pt_info_to_primary() out of partition_table::read_one()Pascal Rigaux2007-09-181-8/+1
* rename ->read to ->read_onePascal Rigaux2007-09-181-2/+2
* use ->last_usable_sector instead of {totalsectors} so that resizing aPascal Rigaux2007-04-301-1/+1
* re-sync after the big svn lossPascal Rigaux2007-04-251-11/+10
* try to cleanup fs.pmPascal Rigaux2005-06-281-2/+2
* remove unused isPrimaryPascal Rigaux2005-06-031-6/+0
* media_browser returns a filehandle when non savePascal Rigaux2005-02-181-1/+6
* cleanupPascal Rigaux2005-02-031-1/+1
* nicer description() (esp. when the size is 0)Pascal Rigaux2005-01-261-4/+4
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-5/+5
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
* also remove "require partition_table::lvm_PV" comment for perl_checkerPascal Rigaux2004-11-171-1/+0
* handle more nicely raw_lvm_PV (don't simply ignore them)Pascal Rigaux2004-11-161-1/+1
* don't die in will_tell_kernel() when the device is weird, since it is normal ...Pascal Rigaux2004-11-161-3/+8
* enhance readabilityPascal Rigaux2004-11-161-8/+8
* create isEmpty() and use it instead of simply testing {pt_type}, since {pt_ty...Pascal Rigaux2004-11-161-3/+3
* don't use devices::part_number(), otherwise it fails with c0d0p* devicesPascal Rigaux2004-10-051-1/+1
* better loggingPascal Rigaux2004-09-221-2/+2
* - add field {part_number} for partitionsPascal Rigaux2004-09-201-7/+13
* - ensure {is_removable} field is there for created partitions, not only exist...Pascal Rigaux2004-09-141-4/+15
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-1/+0
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-269/+10
* replace pt_type2name($part->{pt_type}) with part2name($part)Pascal Rigaux2004-07-231-3/+6
* - simplify partition table entry names (based on fdisk's names)Pascal Rigaux2004-07-231-113/+100
* old dos is not useful anymorePascal Rigaux2004-07-231-1/+1