summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* adapt to the move all.modules -> kernel/all.modules and all.kernels -> ↵Pascal Rigaux2002-07-041-2/+2
| | | | 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
* removed since unusedPascal Rigaux2002-07-042-28/+0
|
* - don't display clear passwordDaouda Lo2002-07-041-2/+4
|
* Changed some languages to defautl to utf-8Pablo Saratxaga2002-07-041-37/+21
| | | | | removed X11_NOT_LOCALIZED (now Gnome2 fully supports right-to-left languages)
* add tapes() for harddrake2Thierry Vignaud2002-07-041-0/+1
|
* try harder to find the full list of servers available, using "smbclient -L" toPascal Rigaux2002-07-021-14/+36
| | | | | check the workgroup masters
* - fill a combo by default :Daouda Lo2002-07-021-1/+7
| | | | | gtkcombo_setpopdown_strings($combo_widget,@strings)
* - TODO: Update ia64 check with /proc/pal/cpuX ?Gwenolé Beauchesne2002-07-021-3/+6
| | | | | | - TODO: Update x86_64 check when SMP machines are actually available - Conditionalize compilation of main() with TEST macro
* (raw_hd_mount_point): nicer default mount pointPascal Rigaux2002-07-011-1/+3
|
* - add authentification in diskdrake --smb (esp. for windows NT)Pascal Rigaux2002-06-284-15/+141
| | | | | | | | | | - use "credentials=" to put the passwords (ideas and investigations from Stew Benedict, integrated by Pixel, but need testing) Known bug: if you want to change the password when there are 2 entries in fstab using the same username=/password=, writing the credentials is done in random order, => you've got one chance in 2 that the password is changed :-(
* handle spaces in mount points and devices (using \040)Pascal Rigaux2002-06-281-0/+6
|
* Add drakTermServ application and icon.Stew Benedict2002-06-272-0/+1288
|
* ensure licence step is asked in any case (ie. even when selectLanguage is ↵Pascal Rigaux2002-06-263-0/+7
| | | | automatic)
* "my" variables where neededPascal Rigaux2002-06-261-0/+3
|
* mounting of ntfs after install really mount the partition (thanks to Buchan ↵Pascal Rigaux2002-06-191-1/+1
| | | | Milne)
* *** empty log message ***Pascal Rigaux2002-06-191-1/+1
|
* use "wide links = no" for exporting via samba (thanks to Jan Schäfer)Pascal Rigaux2002-06-191-1/+2
|
* added patch-oem.pl file used to generate HP Mandrake Linux 8.2.Francois Pons2002-06-191-0/+323
|
* remove a few drivers so that hd.img and network.img are possible with latest ↵Guillaume Cottenceau2002-06-191-3/+3
| | | | BOOT kernel
* corrected rules to make distributable rpms.Frederic Lepied2002-06-191-13/+16
|
* added targets to build test and distribution rpms and srpms (localrpm,Frederic Lepied2002-06-181-7/+49
| | | | | localsrpm, rpm, srpm).
* ripped from the srpmFrederic Lepied2002-06-184-0/+1208
|
* manage security subdir.Frederic Lepied2002-06-181-1/+3
|
* added security to the installed directoriesFrederic Lepied2002-06-181-1/+1
|
* - add gtkset_text, gtkprepend_text, gtkappend_text for entry widgetsDaouda Lo2002-06-181-1/+19
|
* draksec: customize entries for each options (lists, checkboxes and text boxes)Christian Belisle2002-06-171-1/+2
|
* - Customize entries for each options (checkboxes, text boxes and lists)Christian Belisle2002-06-171-46/+89
|
* added server, user and network advanced optionsChristian Belisle2002-06-171-2/+32
|
* added network, server and user advanced optionsChristian Belisle2002-06-171-1/+120
|
* Added user,server and network advanced optionsChristian Belisle2002-06-171-12/+50
|
* updated pot filePablo Saratxaga2002-06-134-1850/+2077
|
* Catalan doesn't have French fallback anymorePablo Saratxaga2002-06-131-1/+1
|
* added /tmp in @suggestions_mntpoints (as suggested by Philippe Coulon)Pascal Rigaux2002-06-111-1/+1
|