summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table_gpt.pm
Commit message (Collapse)AuthorAgeFilesLines
* nicer debug "bag magic" error message (thanks to Brian J. Murrell)Pascal Rigaux2002-04-091-1/+1
|
* (generate_guid): cleanupPascal Rigaux2001-11-271-8/+8
|
* no adjust start and end on GPTPascal Rigaux2001-10-261-0/+3
|
* add methods first_usable_sector and last_usable_sectorPascal Rigaux2001-10-241-0/+9
|
* - Use /dev/random through devices::make() instead of /dev/urandomGwenolé Beauchesne2001-10-191-4/+24
| | | | | | - Localize file descriptor - Capitalize error message if no /dev/random found
* fix ending is last sector, not next onePascal Rigaux2001-10-191-2/+2
|
* add TODO for partition entry guidPascal Rigaux2001-10-191-0/+1
|
* - writing partition table now worksPascal Rigaux2001-10-191-42/+97
| | | | | - creating a new partition table now works (except GUIDs generation)
* - add checksum verif on partition entriesPascal Rigaux2001-10-181-8/+12
| | | | | - detect the type of partition since the partition table types seem quite poor
* read part of GPT partition table workingPascal Rigaux2001-10-181-0/+174