diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-23 13:01:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-23 13:01:55 +0000 |
commit | 673787cbdab4a47b0b3cb987866c57704d7bdee9 (patch) | |
tree | 32255ffefd59a78b5e798e18a4f790b032449c1b /docs | |
parent | 57ea24fde5f61bb54bee187847f1119b5c79f9f3 (diff) | |
download | drakx-673787cbdab4a47b0b3cb987866c57704d7bdee9.tar drakx-673787cbdab4a47b0b3cb987866c57704d7bdee9.tar.gz drakx-673787cbdab4a47b0b3cb987866c57704d7bdee9.tar.bz2 drakx-673787cbdab4a47b0b3cb987866c57704d7bdee9.tar.xz drakx-673787cbdab4a47b0b3cb987866c57704d7bdee9.zip |
no_comment
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 36 | ||||
-rw-r--r-- | docs/diskdrake.TODO | 5 |
2 files changed, 22 insertions, 19 deletions
@@ -1,19 +1,28 @@ +replace in place catchable die's by cdie's (as in partition_table::load) + +add the different xmodmaps for every languages (maybe gnome-core xmodmaps can help) +xmodmap needed even for english as the backspace is not what it should + in diskdrake, only swap partitions with a ``mount point'' are used. it should be: all swap for newbie, ask for others? +replace the after_install_packages with callbacks about things to do when available + +mkdosfs missing => crash :( + +look at SuperProbe + after install, startx does not launch an available window manager (kdebase was present, and twm too) -problem with initrd and lilo (computer with scsi). mkbootdisk is ok +problem with mkbootdisk -xmodmap needed even for english as the backspace is not what it should +add the ability to give arguments to insmod. remove the hack in pkgs.pm (search for hack) `Show all' should toggle in package selection -`(Un)Select all' in package selection help:programs is empty in expert in package selection -left scroll bar is half visible pb with ghostscript-both & ghostscript-X11... @@ -26,35 +35,26 @@ Xconfigurator: possibility to show card autodetected use the VideoRam for skeeping some tests (not all the 32 24 16 15 8) -add a waiting message while formatting - -does not reboot at the end of install - -insmod of /modules/loop.o fails (eg: in mkbootdisk) -(no /modules nor insmod) +in package choosing, the group (on the left) is no more `selected' (gtk focus) when clicking on a package (on the right) install2 sigsegv when leaving :( (i hacked init to reboot on error) -xmodmaps for every languages (maybe gnome-core xmodmaps can help) - verify the free space is big enough. +ask realname first, then propose a username using the realname be able to add more than one normal user -left window in the install (steps) should have a smaller font. - loadFont sucks trash on the screen when X first start -do not allow window resizing - network configuration get the error when reading .rpm files fail -setupSCSIInterfaces +ask for notepad (aka portable) or not +ask for hdparm or not + mouseConfig in setup.c add a log != tty3 (like /tmp/...) -ps in commands marche pas diff --git a/docs/diskdrake.TODO b/docs/diskdrake.TODO index 4c0726a2c..e3e44d3b1 100644 --- a/docs/diskdrake.TODO +++ b/docs/diskdrake.TODO @@ -1,10 +1,13 @@ +- popup menu should no be closed when a simple click is done - test what windows can handle (the number of partitions) -- bug when creating smallest partitions (size < 0) +- 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 - integrate ext2resize +- 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 - add the ability to specify primary or extended partitions (in expert mode) |