summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/mdk-9.220
-rw-r--r--perl-install/harddrake/TODO14
2 files changed, 22 insertions, 12 deletions
diff --git a/docs/mdk-9.2 b/docs/mdk-9.2
index acb0d6001..87e7cea2d 100644
--- a/docs/mdk-9.2
+++ b/docs/mdk-9.2
@@ -23,11 +23,27 @@
* tools
** all:
*** have a button or a menu to access help (was already part of mdk9.1 specs)
+*** rename and provide compatibility links:
+**** adduserdrake => drakeuseradd
+**** diskdrake => drakdisk
+**** harddrake => drakhw
+**** keyboarddrake => drakkeyboard
+**** localedrake => draklocale
+**** logdrake => draklog
+**** menudrake => drakmenu [fredc]
+**** mousedrake => drakmouse
+**** printerdrake => drakprinter
+**** userdrake => drakuser [deush]
+**** XFdrake => drakx11
** drakboot:
*** should prevent the user to insert a space in a kernel label (#2826)
** mcc:
*** make tool names be black or blue (like in rpmdrake & harddrake2 guies) (#2695)
+*** hide non executable programs instead of warning at runtime if program isn't executable
+*** make more program being options rather than depandancies (ie like rpmdrake and drakwizard)
** harddrake: colorize the internal help
+** rpmdrake
+*** save mode (sort by group, mdk choice, ...)
* packages
@@ -37,7 +53,9 @@
** add new packages:
*** kernel-mosix
*** dvb packages
+** icewm/windowmaker/other wm
+*** export BROWSER like gnome/kde (look at /etc/gnome/gnomerc)
* hardware support
** kernel: update alsa, bttv, dvb & saa7134 drivers for better hardware support
-** isa detection/probing in ldetect ? (#118, #497) => need some old hw \ No newline at end of file
+** isa detection/probing in ldetect ? (#118, #497) => need some old hw in order to test
diff --git a/perl-install/harddrake/TODO b/perl-install/harddrake/TODO
index 52cc54f71..6280d3c56 100644
--- a/perl-install/harddrake/TODO
+++ b/perl-install/harddrake/TODO
@@ -4,15 +4,14 @@
** drakxtools* need XF-{75,100}fonts that requires XFree86
* Harddrake TODO:
-** rename it drakhw by default
** ui
*** mdk9.2: put data into a third hidden column rather in %data
*** more usb mice infos
*** enable the user to force a module (isa, isapnp, ...)
*** print "(not loaded)" if module isn't loaded
-*** add bus_position to make unique id in ui
+*** add bus_position to make unique id in ui (check it does not confuse hw service)
*** cdrom (must be done by diskdrake):
-**** ide-scsi / ide-cd switch
+**** ide-scsi / ide-cd switch (humm, the future (aka 2.6.x kernel) is ide-cd only)
*** use fbgtk+2 when booting on fbcon for smoother GUI => interactive::fbgtk
*** help:
**** print fields in black and their description in blue as for information fields
@@ -65,7 +64,7 @@
** alter detect_devices in order to only probe one time
** detect *ALL* mouses if more than one (mousedrake?)
-** deeper data structure in Mandrake 9.1 :
+** deeper data structure in Mandrake 9.2 ?
"Mass storage" => (Floppy,
Disk,
@@ -100,13 +99,6 @@
* ####################################################################
* Suggestions
-** a dialog in harddrake to select the driver of choice.
-easy way: greping pcitable for all known oss modules and alsa' snd-*
-ones, then build a hand hash (oss<->alsa modules names) that enable to
-get alsa or (respectively oss) module from oss (respectively alsa)
-module.
-then offering a window to switch from alsa to oss.
-
** various
Subject: Re: [Cooker] Optional ALSA Support for SB Live!
From: Fabrice FACORAT <f.faber@netcourrier.com>