summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Expand)AuthorAgeFilesLines
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-5/+5
* don't bootloader::suggest_floppyPascal Rigaux2004-07-191-1/+0
* 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
* - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pmPascal Rigaux2004-07-071-2/+2
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-3/+3
* 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
* 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
* catch cdie's in auto_installPascal Rigaux2004-03-111-1/+1
* fix & cleanup generating replay & auto_install imagesPascal Rigaux2004-03-041-1/+1
* (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
* add utf8 key to locale config if not already present, so thatGuillaume Cottenceau2004-02-191-0/+1
* selectlanguage: utf8 flag status is updated when user selects more/less langu...Guillaume Cottenceau2004-02-181-1/+0
* no need to fake scsi for ide anymore (hopefully!)Pascal Rigaux2004-02-101-5/+0
* handle allowNVIDIA_rpms & allowATI_rpms directly in Xconfig::card::install_se...Pascal Rigaux2004-02-091-4/+1
* 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
* *** 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
* 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
* 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
* 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