summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Expand)AuthorAgeFilesLines
* alsa drivers are now named snd-<name> not anymore snd-card-<name>Thierry Vignaud2003-03-131-1/+1
* added log for kernel module packages found.Francois Pons2003-03-121-0/+1
* use quoted url instead for install_urpmi.Francois Pons2003-03-101-1/+1
* fixed duplicate url entry for file and removable.Francois Pons2003-03-101-1/+1
* build a list file only if needed for install_urpmi.Francois Pons2003-03-101-26/+29
* cleanupPascal Rigaux2003-03-061-1/+1
* dropped allowNVIDIA_rpms method.Francois Pons2003-03-061-22/+0
* added check_kernel_module_packages for checking prioprietary base kernel pack...Francois Pons2003-03-061-0/+19
* - add get_info_from_fstab()Pascal Rigaux2003-02-271-3/+2
* have locales-xx first in default_packages so that default choosing based onPascal Rigaux2003-02-271-2/+2
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-3/+3
* use formatErrorPascal Rigaux2003-02-191-1/+1
* fix gc's typoPascal Rigaux2003-02-151-1/+1
* install the locales-xx package for the selected countryGuillaume Cottenceau2003-02-141-0/+1
* create install_any::set_security() and use itPascal Rigaux2003-02-141-0/+12
* die if getAndSaveFile failed, so that it will be easier to debugGuillaume Cottenceau2003-02-131-1/+1
* reflect lang->locale changes in saving auto_inst.cfg fileGuillaume Cottenceau2003-02-111-1/+1
* language/country selection change:Guillaume Cottenceau2003-02-081-6/+5
* brltty supportPascal Rigaux2003-02-041-1/+2
* do not eject cdrom when already removed at the end of install (bug #1235)Pascal Rigaux2003-02-031-1/+4
* fix typoPascal Rigaux2003-01-311-1/+1
* add isFat_or_NTFS() and use it where possible instead of isFat() since WindowsPascal Rigaux2003-01-301-10/+2
* fix "Previous" button in warnAboutNaughtyServers, so there is 3 choicesPascal Rigaux2003-01-241-2/+5
* (getHds): do not handle missing harddrives by calling setupSCSI, sincePascal Rigaux2003-01-231-7/+0
* - remove createBootdisk stepPascal Rigaux2003-01-221-7/+0
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
* workaround ref count perl bugPascal Rigaux2003-01-161-7/+7
* (find_root_parts):Pascal Rigaux2003-01-151-6/+9
* capitalise win $domain ASAP so that directory /home/$domain is createdPascal Rigaux2003-01-111-1/+2
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-5/+5
* new features including checking unused functions, and checking methods being ...Pascal Rigaux2002-12-181-0/+2
* (kdeicons_postinstall): drop (unused)Pascal Rigaux2002-12-131-38/+0
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-3/+3
* do not use "local *F", use "my $F" or output() insteadPascal Rigaux2002-12-031-10/+9
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
* perl_checker adaptationsPascal Rigaux2002-11-271-3/+3
* use a scalar instead of a typeglob (let typeglobs be deprecated!)Pascal Rigaux2002-11-251-1/+1
* fixes perl-checker importation of bug, getFile is complex for perl newbies, doFrancois Pons2002-11-251-1/+1
* make it work (changed *F => *GETFILE and added a return) else perl has someFrancois Pons2002-11-251-1/+1
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-2/+2
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-5/+4
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-2/+1
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-5/+5
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-10/+10
* (preConfigureTimezone): don't set UTC in beginner mode if there is no windowsPascal Rigaux2002-10-281-1/+1
* Hide password to browse W2k servers. (Buchan Milne).Stew Benedict2002-10-141-0/+1
* added possible fix for noauto: flag of hdlist not generating good list file.Francois Pons2002-09-301-4/+14
* don't write fstab on upgrade (to workaround the fact that many entries are dr...Pascal Rigaux2002-09-131-1/+1