diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-29 21:55:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-29 21:55:41 +0000 |
commit | 0ec07d89144fab40d351a24dca0645eca179ce29 (patch) | |
tree | 59cddb1cbc4264f9164195670848adc1230daf03 /docs | |
parent | bbbfaa4f23a86e291e8d0ff769ea0fb571d0e7b5 (diff) | |
download | drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar.gz drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar.bz2 drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar.xz drakx-0ec07d89144fab40d351a24dca0645eca179ce29.zip |
no_comment
Diffstat (limited to 'docs')
-rw-r--r-- | docs/diskdrake.TODO | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/docs/diskdrake.TODO b/docs/diskdrake.TODO index 097789747..bd138e8de 100644 --- a/docs/diskdrake.TODO +++ b/docs/diskdrake.TODO @@ -1,14 +1,17 @@ -text version - -save/restore partitions in a file - -display the information about the correspondance color2type - -have ``undo'' - -handle the `luke' case (main extended partition must be extended) - -ajouter une verif apres fdiskReadPartitionTable pour s'assurer qu'on se -trompe pas sur la facon de calculer le start_cyl, end_cyl... -Pas possible de le faire dans fdiskReadPartitionTable car start est relatif dans les etendues - +- test, test, test +- integrate ext2resize +- add the ability to specify primary or extended partitions (in expert mode) +- text version +- better error handling (what to do if we find a bad partition table?) +- save/restore partitions in a file (mainly, just a Data::Dumper of $hds) +- display the information about the correspondance color2type +- handle the partition labels (missing information here) +- have ``undo'' +- add comments in the code +- add documentation +- handle the `luke' case (main extended partition must be extended) +- add a verification after fdiskReadPartitionTable that the start_cyl, +end_cyl... do correspond to start and start+size. For the moment, this +information is just discarded :( +This verif can't be done in fdiskReadPartitionTable as start is relative in +extended partitions |