summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* add harddrake2 iconsThierry Vignaud2002-07-0626-0/+0
|
* try to simplifyThierry Vignaud2002-07-061-47/+22
|
* standalone/drakbug doesn't exist! (why did deush add it???)Pascal Rigaux2002-07-061-1/+1
|
* it is standalone/harddrake2, not standalone/harddrake (poor deush must be ↵Pascal Rigaux2002-07-061-1/+1
| | | | loosing his brain :p)
* simplify: use reverseThierry Vignaud2002-07-061-0/+0
|
* - help system:Thierry Vignaud2002-07-061-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add an help entry in help menu; - begin to describe information fields - reformat license in about window - information frame (mostly fixing incoherency between various hw classes fields) - s/media type/media class/ - s/info/Hardware id/ - s/device/device file/ - split description into manufacturer/description - eide devices: - rename bus as bus_location - set interface_type as bus - scsi devices: - set bus to SCSI - set bus_location to bus:id fields - don't print pci subids when non set - remove fields that were already used above (vendor id subvendor subid pci_bus pci_device pci_function) - no need to return window after program exit - print usage if needed - embed hardware tree in a "detected hardware" frame - cleanups: - rename widget2 as frame - remove dead commented code
* supermount now handles fs=auto, using it :)Pascal Rigaux2002-07-061-6/+0
|
* add bits regarding eide and scsiThierry Vignaud2002-07-061-0/+2
|
* add harddrake to DISTFILESThierry Vignaud2002-07-061-1/+1
|
* add missing 'use lib' due to harddrak::ui changesThierry Vignaud2002-07-061-0/+1
|
* simplifyThierry Vignaud2002-07-061-2/+2
|
* add a configurator for soundThierry Vignaud2002-07-061-2/+2
|
* when merge_fstabs, handle in a different way mtab and fstab (or manualFstab)Pascal Rigaux2002-07-062-11/+9
| | | | | => this allows to force the type&options in manualFstab
* Allows people having PVs on unpartitioned disks to installPascal Rigaux2002-07-062-1/+44
| | | | | (but no way to create such beasts)
* adapt to new modprobe.pmPascal Rigaux2002-07-061-1/+1
|
* cleanupPascal Rigaux2002-07-061-3/+3
|
* add harddrake pm'sPascal Rigaux2002-07-061-1/+1
|
* (Resize): resize2fs handles ext3 :)Pascal Rigaux2002-07-061-1/+1
|
* - add harddrake drakbug drakTermServ to STANDALONEPMS_Daouda Lo2002-07-051-1/+1
|
* - snapshotDaouda Lo2002-07-051-2/+5
| | | | | | | | - new entries: o harddrake2 : new hardware detection && configuration tool o drakbugreport: bug reporting tool a la Kde (not working!) o drakTermServ : configuration tool for diskless stations.
* if we're root and there's a tv card managed by bttv, offer toThierry Vignaud2002-07-051-2/+6
| | | | | configure bttv trough harddrake::bttv
* remove device test: there're only two harddrake::bttv users,Thierry Vignaud2002-07-051-1/+0
| | | | | | install_steps_interactive.pm and drakxtv which both have already tested that a bttv managed tv card is there.
* - add more tv cardsThierry Vignaud2002-07-051-4/+12
| | | | | | | | | - enable users to select number of buffers for mmap() - better description for pll setting - add tooltips help for some entries
* (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
|
* - 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 gnupg in "4 SYSTEM", so that rpm do not *Require* gnupg, only suggest it ↵Pascal Rigaux2002-07-051-1/+1
| | | | very strongly :)
* - 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
|
* - 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
|