summaryrefslogtreecommitdiffstats
path: root/docs/diskdrake.TODO
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2005-04-04 19:00:13 +0000
committerMystery Man <unknown@mandriva.org>2005-04-04 19:00:13 +0000
commitff340ae492915a1723450c148641b594326c5fd8 (patch)
tree3ddaf354b14099899888a5a4c65a2bbbe5d5c3af /docs/diskdrake.TODO
parenteb8a0c458d1d40e8aaaa00753fcef8cff968c277 (diff)
downloaddrakx-backup-do-not-use-ff340ae492915a1723450c148641b594326c5fd8.tar
drakx-backup-do-not-use-ff340ae492915a1723450c148641b594326c5fd8.tar.gz
drakx-backup-do-not-use-ff340ae492915a1723450c148641b594326c5fd8.tar.bz2
drakx-backup-do-not-use-ff340ae492915a1723450c148641b594326c5fd8.tar.xz
drakx-backup-do-not-use-ff340ae492915a1723450c148641b594326c5fd8.zip
This commit was manufactured by cvs2svn to create tag 'V10_2_19mdk'.V10_2_19mdk
Diffstat (limited to 'docs/diskdrake.TODO')
-rw-r--r--docs/diskdrake.TODO23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/diskdrake.TODO b/docs/diskdrake.TODO
deleted file mode 100644
index e6f2da038..000000000
--- a/docs/diskdrake.TODO
+++ /dev/null
@@ -1,23 +0,0 @@
-- test what windows can handle (the number of partitions)
-- better keyboard focus handling
-- end sector in Create
-- add warnings for scsi drives if you create more than sdx15
-- the information put in save/restore partitions must be cleaned
-(remove mounted/formatted/..., also remove the Data::Dumper dependency)
-- test, test, test
-- do not allow swap partitions above 2Gigs
-- wanting the first partition to be extended is not used
-- maybe warn if a mounted partition change of dev number
-- text version
-- better error handling (what to do if we find a bad partition table?)
-- display the information about the correspondance color2type
-- handle the partition labels (missing information here)
-- add comments in the code
-- add documentation
-- handle the `luke' case (main extended partition must be extended)
-- ability to batch actions (like chained moves)
-- 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