summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/harddrake/TODO3
-rw-r--r--perl-install/harddrake/data.pm2
-rw-r--r--perl-install/harddrake/ui.pmbin10548 -> 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
index faf153c06..6eacab631 100644
--- a/perl-install/harddrake/ui.pm
+++ b/perl-install/harddrake/ui.pm
Binary files differ