summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Collapse)AuthorAgeFilesLines
* alias agpgart should be only for 2.6, since code doesn't allow this easily,Pascal Rigaux2004-02-201-4/+0
| | | | | adding the agp module to modprobe.preload
* add utf8 key to locale config if not already present, so thatGuillaume Cottenceau2004-02-191-0/+1
| | | | | auto install behave as before (pixel)
* selectlanguage: utf8 flag status is updated when user selects more/less ↵Guillaume Cottenceau2004-02-181-1/+0
| | | | languages; when user touches it, update is disabled, allowing andrej to have an en_GB + ru_RU install without utf8
* no need to fake scsi for ide anymore (hopefully!)Pascal Rigaux2004-02-101-5/+0
|
* handle allowNVIDIA_rpms & allowATI_rpms directly in ↵Pascal Rigaux2004-02-091-4/+1
| | | | Xconfig::card::install_server
* install_steps is a do_pkgs, so add "use do_pkgs"Pascal Rigaux2004-02-051-0/+1
|
* fix typo creating agpgart aliasPascal Rigaux2004-02-021-1/+1
|
* - no ide-scsi emulation for ide ZIPsPascal Rigaux2004-02-021-2/+4
| | | | | - no ide-scsi emulation for cd burners when kernel 2.6
* *** empty log message ***Pascal Rigaux2004-01-301-1/+1
|
* add/fix various/agpgart sectionNicolas Planel2004-01-301-1/+1
|
* xxx-agp is not loaded at install, so when_load() is not the right placePascal Rigaux2004-01-301-0/+4
|
* modules::load_ide() is removed, now we use the same as install_step_interactivePascal Rigaux2004-01-201-1/+1
|
* help perl_checker seeing charsetChanged even if known install_steps_* can be ↵Pascal Rigaux2004-01-201-0/+4
| | | | seen
* kernel 2.6 .ko adaptationPascal Rigaux2004-01-201-1/+1
|
* - install_steps_auto_install is not a interactive but still needs do_pkgsPascal Rigaux2004-01-121-1/+3
| | | | | | - so making do_pkgs a class, and interactive and install_steps will inheritate from it - do_pkgs renamed into do_pkgs_common, containing the things common to do_pkgs_during_install and do_pkgs_standalone
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-2/+2
|
* use $::prefixPascal Rigaux2004-01-061-1/+1
|
* get rid of g_auto_install (unused & not working)Pascal Rigaux2004-01-061-7/+4
|
* basic lvm2 support (not tested yet!)Pascal Rigaux2004-01-061-1/+1
|
* write_conf() doesn't need $prefix anymorePascal Rigaux2004-01-051-2/+2
|
* fix typoPascal Rigaux2003-12-021-1/+1
|
* create fix_broken_alternatives()Pascal Rigaux2003-12-021-8/+1
|
* call lang::set():Pascal Rigaux2003-11-181-2/+2
| | | | | | - with $o->{locale} instead of $o->{locale}{lang} - after setting $o->{locale}{country}
* getHds called by install_steps must not be interactivePascal Rigaux2003-11-181-1/+1
|
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-121-4/+4
|
* escaped strings fixesThierry Vignaud2003-11-061-1/+1
|
* use memberGuillaume Cottenceau2003-11-031-1/+1
|
* drop field {next} in {steps} since it is duplicated in orderedStepsPascal Rigaux2003-10-151-1/+1
| | | | | => it allows simpler modification of orderedSteps (as already done in upgrade) for mandrake move
* alpha is DEAD okay? so remove that **** from hereGuillaume Cottenceau2003-10-091-63/+31
|
* use mkdir_pPascal Rigaux2003-10-041-1/+1
|
* fixed important glitches about oem-theme.rpm not capable of being copiedFrancois Pons2003-10-031-1/+2
|
* avoid mounting partitions in recovery mode.Francois Pons2003-09-221-1/+1
|
* avoid urpmi source in oem to use cdrom (we now use disk instead, avoidingFrancois Pons2003-09-221-1/+1
| | | | | supermount problems).
* sanitize ld.so.conf *before* calling ldconfigPascal Rigaux2003-09-181-2/+2
|
* moved update-menu after installation of oem-theme.rpmFrancois Pons2003-09-171-2/+3
|
* allow exit code of detached process to be seen.Francois Pons2003-09-171-0/+1
|
* fixed closing of rpmdb directly in pkgsFrancois Pons2003-09-171-2/+0
|
* install urpmi before update-menus is called.Francois Pons2003-09-171-2/+3
|
* remove deprecated function call (thanks to guillaume 'eagle eye' Cottenceau)Damien Chaumette2003-09-171-1/+0
|
* fixed to close rpm db whenever possible.Francois Pons2003-09-171-0/+2
|
* treat C encoding specially when computing utf8 flag, it should not trigger ↵Guillaume Cottenceau2003-09-171-1/+1
| | | | utf8 set by itself
* pixelizationPascal Rigaux2003-09-161-2/+1
|
* make sure / and /usr are formatted in recovery mode.Francois Pons2003-09-161-1/+2
|
* move configuring kdmrc to lang::write so that it is done in localedrakePascal Rigaux2003-09-111-16/+0
|
* simplified oem theme generation, now use oem-theme.rpmFrancois Pons2003-09-111-60/+6
|
* wait for processes that need to be correctly finished before.Francois Pons2003-09-111-4/+5
|
* fix network installThierry Vignaud2003-09-091-1/+0
|
* - move call to ->charsetChanged from install_steps_interactive to install_stepsPascal Rigaux2003-09-031-0/+2
| | | | | | so that we can use it in install_steps_auto_install_non_interactive - don't overload ->selectLanguage to call lang::load_console_font(), overload ->charsetChanged instead
* chksession gives GNOME for gnome, not GnomePascal Rigaux2003-09-011-1/+1
|
* don't install autologin if using KDE or Gnome desktop (not needed nor used)Pascal Rigaux2003-08-281-1/+4
|