diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-31 20:29:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-31 20:29:12 +0000 |
commit | b4350115586e494cc5b9c3cedb8cda65039dcbd8 (patch) | |
tree | d63be3af1daa94fc6d106c50b60ea8afd59b0c9c /perl-install/harddrake | |
parent | f366a8b59c428eb5a5100bc69ab7f2e1b67af7e3 (diff) | |
download | drakx-b4350115586e494cc5b9c3cedb8cda65039dcbd8.tar drakx-b4350115586e494cc5b9c3cedb8cda65039dcbd8.tar.gz drakx-b4350115586e494cc5b9c3cedb8cda65039dcbd8.tar.bz2 drakx-b4350115586e494cc5b9c3cedb8cda65039dcbd8.tar.xz drakx-b4350115586e494cc5b9c3cedb8cda65039dcbd8.zip |
- bump harddrake version
- module configuration is saved (todo: read the config)
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/TODO | 3 | ||||
-rw-r--r-- | perl-install/harddrake/data.pm | 2 | ||||
-rw-r--r-- | perl-install/harddrake/ui.pm | bin | 10548 -> 10799 bytes |
3 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/harddrake/TODO b/perl-install/harddrake/TODO index 7200bfda3..f55580d82 100644 --- a/perl-install/harddrake/TODO +++ b/perl-install/harddrake/TODO @@ -5,6 +5,8 @@ *** timeout on dialogs in service *** kill config tool on exit ! *** cursor pb +*** module configuration +**** read old parameters ** wishes *** non needed stuff to run X must be posponed after X11 startup @@ -33,6 +35,7 @@ ** move all drakx tools into just a small one-liner that uses real <tool>.pm so that harddrake and mcc reduces their memory usage pattern and be faster (the next fast step will be to use perl6/parrot) +** check there're enough parameters in module config ** for to send a message for unknown hardware to install@mandrakesoft.com *** use drakbugreport ? diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index f0fbcc2a3..99d775cb3 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -6,7 +6,7 @@ use MDK::Common; use class_discard; our (@ISA, @EXPORT_OK) = (qw(Exporter), (qw(version tree))); -our ($version, $sbindir, $bindir) = ("1.1.7", "/usr/sbin", "/usr/bin"); +our ($version, $sbindir, $bindir) = ("1.1.8", "/usr/sbin", "/usr/bin"); my @devices = detect_devices::probeall(1); diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm Binary files differindex faf153c06..6eacab631 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm |