summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow live_update to have something configured correctly for urpmi media.Francois Pons2002-09-131-1/+3
* do something with "Security Administrator (login or email)"Pascal Rigaux2002-09-121-1/+1
* fixed very stupid typo and inconsistency in allowNVIDIA_rpms.Francois Pons2002-09-121-3/+2
* fixed possible problem with NVIDIA packages parsing.Francois Pons2002-09-111-1/+1
* set mount point for nt partitions by defaultPascal Rigaux2002-09-101-0/+8
* fix urpmi installation.Francois Pons2002-09-091-2/+2
* fixed still present hdlist and synthesis file for media not configured (becauseFrancois Pons2002-09-091-34/+39
* fixed to allow changing boot medium.Francois Pons2002-09-061-3/+3
* add flag CDCOM when using commercial cdsPascal Rigaux2002-09-051-0/+1
* allow noauto:... media in hdlists file to be installed for urpmi.Francois Pons2002-09-051-1/+2
* restore auto build of synthesis file (for updates).Francois Pons2002-09-021-0/+8
* fixed typo.Francois Pons2002-09-021-1/+1
* fix list building not to use parsehdlist.Francois Pons2002-09-021-12/+7
* install_urpmi only install selected media.Francois Pons2002-09-021-1/+1
* fixed possible problem with is_installed and are_installed.Francois Pons2002-08-301-2/+2
* use mkdir_p instead of mkdirPascal Rigaux2002-08-281-2/+2
* remove/simplify error hanling (most of it is moved to fsedit.pm)Pascal Rigaux2002-08-271-20/+7