diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-12 12:49:29 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-12 12:49:29 +0000 |
commit | 6c2388db6ccf2414b06f6c2f315fcbf27c96e6f8 (patch) | |
tree | bea4c183bdfdb048e6a6850517444ffe5fdc0d61 | |
parent | ffbb0deecf7d5693ad149da3097e8e07b45ca514 (diff) | |
download | drakx-backup-do-not-use-6c2388db6ccf2414b06f6c2f315fcbf27c96e6f8.tar drakx-backup-do-not-use-6c2388db6ccf2414b06f6c2f315fcbf27c96e6f8.tar.gz drakx-backup-do-not-use-6c2388db6ccf2414b06f6c2f315fcbf27c96e6f8.tar.bz2 drakx-backup-do-not-use-6c2388db6ccf2414b06f6c2f315fcbf27c96e6f8.tar.xz drakx-backup-do-not-use-6c2388db6ccf2414b06f6c2f315fcbf27c96e6f8.zip |
- on exit, kill the running configurator if any
-rw-r--r-- | perl-install/harddrake/TODO | 22 | ||||
-rw-r--r-- | perl-install/harddrake/ui.pm | bin | 9335 -> 9352 bytes |
2 files changed, 7 insertions, 15 deletions
diff --git a/perl-install/harddrake/TODO b/perl-install/harddrake/TODO index 1a6bde99e..71e2b4a2b 100644 --- a/perl-install/harddrake/TODO +++ b/perl-install/harddrake/TODO @@ -2,32 +2,24 @@ * Harddrake TODO: ** fixes +*** non needed stuff to run X must be posponed after X11 startup +**** eg: scanner/audio/printer/floppy/cdrom/tape/tv/webcam/joystick/ ... +*** add updfstab as in kudzu +*** enable the user to force a module (isa, isapnp, ...) *** timeout on dialogs in service -*** kill config tool on exit ! -*** cursor pb *** text: **** bold fields name **** red unknown modules *** pci freeze - -** missing -*** non needed stuff to run X must be posponed after X11 startup -**** eg: scanner/audio/printer/floppy/cdrom/tape/tv/webcam/joystick/ ... -*** add updfstab as in kudzu - -*** detect isapnp devices -*** enable the user to force a module (isa, isapnp, ...) +*** 2detect/look 4 +**** pcmcia devices +**** isapnp devices ** validation: *** see dadou (GUI) *** qa team (test cases) -** to check -*** check4modem -*** pcmcia devices - - * Postponed ** more use of my_gtk/ugtk ** use fbgtk+2 when booting on fbcon for smoother GUI => interactive::fbgtk diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm Binary files differindex ce1485602..0848510e1 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm |