summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* typo fixThierry Vignaud2002-07-051-1/+1
|
* (prepare_write_fstab): for supermount, have "none" as the device (cleaner, andPascal Rigaux2002-07-051-1/+1
| | | | | more coherent with the "supermount" script (tx to FredC))
* tv cards list:Thierry Vignaud2002-07-051-124/+158
| | | | | | | | | | | | | | | - split multi-cards entries - reverse the hash (needed since now bttv card types are not anymore unique) - complete the list from various sources - use a tree to display the list, it's clearer now since it's splitted by vendors - longer message
* *** empty log message ***Pascal Rigaux2002-07-051-0/+164
|
* fix typoThierry Vignaud2002-07-051-1/+1
|
* fix dirs1/dirs2 mismatchThierry Vignaud2002-07-051-2/+2
|
* s|modinfo|/sbin/modinfo| for people with "normal" path ;pGuillaume Cottenceau2002-07-051-1/+1
|
* - remove uneeded stuff for modules ("#!/..", "use lib..", "useThierry Vignaud2002-07-051-15/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | standalone", ...) - simplify bttv options managment: - use if_, thanks MDK::Common - s/mapn/map by using a hash at first - s/mapn{if}/map{if_} - don't read/write modules.conf here, drakx take care of that for us thus, the test program became: #!/usr/bin/perl use strict; use lib qw(/usr/lib/libDrakX); use standalone; use bttv; use interactive; use modules; modules::read_conf; bttv::config('interactive'->vnew()); modules::write_conf;
* - M-q descriptionsThierry Vignaud2002-07-051-13/+10
| | | | | | | - simplify file lists building - we can use several -f on one "%%files" line
* remove uneeded "#!/...", standalone, lib, ... (this is a module)Thierry Vignaud2002-07-051-0/+0
| | | | | POSIX is no more used too.
* remove uneeded "#!/.." and "use lib"Thierry Vignaud2002-07-051-4/+0
|
* minimize startup: only load harddrake::bttv if the user click on "tvThierry Vignaud2002-07-051-2/+1
| | | | | card" field in the hw summary window
* use harddrake::bttv to let people configure their tv card if it's misdetectedThierry Vignaud2002-07-051-1/+2
|
* spec29: bttv configuration part of drakxtv.Thierry Vignaud2002-07-051-0/+180
| | | | | | | | | | | | | | | | it can be used by: #!/usr/bin/perl use strict; use lib qw(/usr/lib/libDrakX); use standalone; use harddrake::bttv; use interactive; bttv::config('interactive'->vnew());
* (merge_info_from_fstab): try to keep options from merged fstab IF the entry ↵Pascal Rigaux2002-07-051-1/+10
| | | | is for the same mountpoint AND the same device
* handle comments in fstabPascal Rigaux2002-07-052-5/+26
|
* add checks (which used to be done by mdk-stage1/pci-resource/update-pci-ids)Pascal Rigaux2002-07-052-0/+32
|
* - do not use mar files for the list of modules, use list_modules.pm via ↵Pascal Rigaux2002-07-051-35/+18
| | | | | | | kernel/modules.pl instead - use read_pcitable to parse usbtable
* make it work with "use strict"Pascal Rigaux2002-07-051-6/+5
|
* add gnupg in "4 SYSTEM", so that rpm do not *Require* gnupg, only suggest it ↵Pascal Rigaux2002-07-051-1/+1
| | | | very strongly :)
* add pci_modules4stage1 for use in mdk-stage1/pci-resource/update-pci-ids.plPascal Rigaux2002-07-051-0/+12
|
* do not look at the mar files anymore, only use kernel/modules.pl (and so ↵Pascal Rigaux2002-07-051-33/+6
| | | | list_modules.pm)
* better commentPascal Rigaux2002-07-051-4/+2
|
* - add preliminary harddrake supportThierry Vignaud2002-07-051-18/+55
| | | | | | | - clean %post - bump version number
* don't use sed when not neededThierry Vignaud2002-07-051-1/+1
|
* pcmcia is now pcmcia_ (it was to begin with a clean branch of unmodified ↵Guillaume Cottenceau2002-07-0520-6798/+0
| | | | sources)
* - handle /lib/i686 caseFrancois Pons2002-07-051-2/+2
| | | | | - replace Mandrake/RPMS with Mandrake/RPMS*
* when building the tar for drakxtools, handle specially list_modules.pmPascal Rigaux2002-07-041-2/+4
|
* *** empty log message ***Pascal Rigaux2002-07-041-0/+335
|
* adapt to new modules.pmPascal Rigaux2002-07-0413-50/+37
|
* create symlink list_modules.pm in current directory for testing purposePascal Rigaux2002-07-041-0/+6
|
* reworked & cleaned the kernel modules partPascal Rigaux2002-07-041-71/+74
| | | | | | | | - adapt to new modules.pm - adapt to new modparm.pm - renamed setup_thiskind to load_category - renamed setup_thiskind_backend to load_category_no_message
* adapt to new ldetectPascal Rigaux2002-07-041-2/+2
|
* reworked, cleaned:Pascal Rigaux2002-07-041-700/+224
| | | | | | | | | | | | | - the list of modules is moved to kernel/list_modules.pm (and a few functions too) - new "add_probeall" function (similar to "add_alias") -> used for scsi_hostadapter and usb-interface - "load_multi" removed in favour of "load" which is now more powerful - load_thiskind renamed load_category - get_that_type renamed probe_category - %modules::drivers dropped (handled for list_modules) still more cleanup to come
* rework, cleanup, simplify and make it workPascal Rigaux2002-07-041-35/+55
|
* make the "clean" rule less verbosePascal Rigaux2002-07-041-1/+1
|
* moved to kernel/update_kernelPascal Rigaux2002-07-041-131/+0
|
* new directory "kernel" containing:Pascal Rigaux2002-07-047-93/+464
| | | | | | | | | | - all.modules all.kernels update_kernel - part of perl-install/modules.pm now in kernel/list_modules.pm and kernel/modules.pl - update_kernel cleaned (it doesn't mention module names anymore, it is now in kernel/modules.pl) - cleanup Makefile - mdk-stage1 doesn't depend on perl-install anymore (more precisely mdk-stage1/pci-resource/update-pci-ids.pl)
* obsoletePascal Rigaux2002-07-041-10/+0
|
* adapt to the move all.modules -> kernel/all.modules and all.kernels -> ↵Pascal Rigaux2002-07-044-27/+30
| | | | kernel/all.kernels
* get rid of 'use vars'Thierry Vignaud2002-07-041-3/+1
|
* remove wait_message hack for printerdraker, better use class_discardThierry Vignaud2002-07-041-3/+2
|
* add harddrake2 todo listThierry Vignaud2002-07-041-0/+162
|
* don't stack signals on config buttonsThierry Vignaud2002-07-041-0/+0
|
* Fix GNOME2 packagesFrederic Crozat2002-07-041-14/+12
| | | | | Install urw-fonts when installing XFree
* - remove no more used @pid_launchedThierry Vignaud2002-07-041-0/+0
| | | | | | | - better GUI reactivity: don't wait for config tool to complete, just "fork and forget" [(c) us air force] and refuse to run another config tool until the first one to complete
* print "Running $configurator ..." in status bar while running a configThierry Vignaud2002-07-041-0/+0
| | | | | tool
* - POSIX is needed for POSIX::waitThierry Vignaud2002-07-041-0/+0
| | | | | | | | | | | | - move strict and standalone require at top - c is unused - comment exceptions in devices loop (ie skip classes without any devices or any detector - optimize away $pid
* fix move from harddrake.pm to harddrake/data.pm:Thierry Vignaud2002-07-041-0/+0
| | | | | | | - menu does appear - information fields are translated from raw to english again
* harddrake2: "the return of the vengeance son"Thierry Vignaud2002-07-044-0/+180
| | | | | | | | | | | - harddrake/data.pm: the data structure - harddrake/ui.pm: the ui code - standalone/service_harddrake: the init.d service (which need a few polishing (timeout, ...) - standalone/harddrake2: the ui caller which need to be dadou/ln -fied