summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Expand)AuthorAgeFilesLines
* brltty supportPascal Rigaux2003-02-041-0/+8
* remove yelp-pregeneratePascal Rigaux2003-02-031-1/+0
* Fixed Foomatic installation done by installer.Till Kamppeter2003-02-021-1/+1
* do "yelp-pregenerate -a" only oncePascal Rigaux2003-01-311-1/+1
* call "yelp-pregenerate -a" after installing pkgs (since it's skipped DURING_I...Pascal Rigaux2003-01-221-0/+1
* - remove createBootdisk stepPascal Rigaux2003-01-221-17/+0
* new steps window layoutPascal Rigaux2003-01-161-1/+1
* fixed test of alternatives always seen as broken.Francois Pons2003-01-161-1/+2
* adapt to install_any::find_root_parts() return value changesPascal Rigaux2003-01-151-1/+1
* do not use supermount by defaultPascal Rigaux2003-01-101-1/+1
* (readBootloaderConfigBeforeInstall): set bootUnsafe to 0 when upgrading soPascal Rigaux2003-01-101-0/+2
* simplify and factorizePascal Rigaux2003-01-101-3/+3
* cleanupPascal Rigaux2003-01-071-2/+2
* fix looking for broken alternativesPascal Rigaux2003-01-071-0/+1
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-3/+3
* - adapt to new setupBootloaderPascal Rigaux2003-01-071-1/+1
* fix typos (thanks perl_checko!)Pascal Rigaux2003-01-061-0/+2
* selectInstallClass now automatically detect if an existing install is there,Pascal Rigaux2003-01-061-10/+12
* move any::runlevel() to Xconfig::various::runlevel()Pascal Rigaux2002-12-291-1/+1
* - move any::choose_security_level() to security::level::level_choose()Pascal Rigaux2002-12-291-2/+3
* no need to close *pkgs::LOG, pkgs handles it nicely nowPascal Rigaux2002-12-291-1/+0
* remove unused code (installCrypto)Pascal Rigaux2002-12-041-10/+0
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-13/+9
* do not use "local *F"Pascal Rigaux2002-12-041-3/+2
* do not use "local my $F, ...", use "local(my $F, ...) insteadPascal Rigaux2002-12-031-5/+1
* use output_with_perm()Pascal Rigaux2002-12-021-2/+1
* use $::prefixPascal Rigaux2002-12-021-1/+1
* any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-021-1/+1
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+3
* - fix duplication of sec level setting:Thierry Vignaud2002-11-191-1/+2
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-2/+2
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
* update for new printerdrakeThierry Vignaud2002-11-121-7/+7
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-2/+2
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-1/+1
* please perl_checker:Pascal Rigaux2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-8/+8
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-2/+2
* fixed oem images management not working at all!Francois Pons2002-10-011-16/+22
* - do not set type to ext2 when the type is ntfsPascal Rigaux2002-09-191-2/+2
* do something with "Security Administrator (login or email)"Pascal Rigaux2002-09-121-0/+2
* added code after install of package to fix broken alternatives.Francois Pons2002-09-121-0/+11
* fix logPascal Rigaux2002-09-071-2/+2
* changed how pkgs::remove is called.Francois Pons2002-09-061-3/+1
* (addUser): fix calling with a user already existing (mainly for installs keep...Pascal Rigaux2002-09-041-2/+2
* add $o->{packages} to install_any::install_urpmi call.Francois Pons2002-09-021-0/+1
* fixed call to pkgs::remove.Francois Pons2002-08-301-1/+1
* - use $::prefix in any::get_secure_level()Pascal Rigaux2002-08-281-1/+1
* fix deleting previous report.bug when upgradingPascal Rigaux2002-08-261-3/+3
* revert (not needed by gnome-panel)Pascal Rigaux2002-08-261-3/+3