summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix commit 1.685: use lang::analyse_locale_name() but still use lang::l2locale()Pascal Rigaux2004-07-091-1/+1
|
* - create X_options_from_o() and use itPascal Rigaux2004-07-081-1/+1
| | | | | - add freeDriver boot option
* - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pmPascal Rigaux2004-07-071-2/+2
| | | | | | - load pcmcia_core, $pcic and ds in one call to modules::load - don't pass prefix to write_pcmcia()
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-3/+3
| | | | | | this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number
* allow getpwnam, getgrnam, getgrid to workPascal Rigaux2004-07-051-0/+6
|
* fix blino stage1 change (i think he likes breaking things ;p)Pascal Rigaux2004-06-251-1/+1
|
* bootloader::add_kernel() do a good job at replacing symlinks with the realPascal Rigaux2004-06-251-17/+0
| | | | | kernel/initrd file name, so don't need to do it here
* adapt to new bootloader.pmPascal Rigaux2004-06-251-2/+2
|
* switch to xorgPascal Rigaux2004-06-081-1/+1
|
* use lang::analyse_locale_name() and lang::analyse_locale_name()Pascal Rigaux2004-05-111-1/+2
|
* no need for defensive programmingPascal Rigaux2004-05-031-1/+1
|
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-031-21/+3
|
* (lang::write_langs) drop prefix parameterThierry Vignaud2004-04-091-1/+1
|
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-4/+4
|
* devfs=mount is the default for kernel 2.6 (what about 2.4 ?), so one needPascal Rigaux2004-03-191-4/+2
| | | | | devfs=nomount when devfsd is not installed
* catch cdie's in auto_installPascal Rigaux2004-03-111-1/+1
|
* fix & cleanup generating replay & auto_install imagesPascal Rigaux2004-03-041-1/+1
| | | | | (thanks to David Eastcott)
* (hasNetwork) do not refuse to up the network when in dhcp (bad oem patch)Thierry Vignaud2004-03-041-1/+1
|
* remove existing xxx=ide-scsi on upgradesPascal Rigaux2004-03-011-0/+7
|
* (upNetwork) log up try and failluresThierry Vignaud2004-03-011-0/+4
|
* 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
|