summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Expand)AuthorAgeFilesLines
* perl_checker compliancePascal Rigaux2004-08-111-1/+1
* correctly call errorInStep()Pascal Rigaux2004-08-091-1/+2
* fix call to bootloader::read()Pascal Rigaux2004-08-091-1/+1
* don't set toFormat if we don't have a {fs_type} (eg: pt_type 0xfd, ie raw raid)Pascal Rigaux2004-08-081-1/+1
* fix typoPascal Rigaux2004-08-061-2/+2
* don't try to remove non existing should_be_dirsPascal Rigaux2004-08-061-8/+5
* basic code for upgrading from a redhat distributionPascal Rigaux2004-08-051-1/+54
* adapt to bootloader functions now using all_hds instead of hdsPascal Rigaux2004-08-051-1/+1
* pass around $all_hds instead of $hdsPascal Rigaux2004-08-051-1/+1
* move mount options related stuff from fs.pm to newly created fs/mount_options.pmPascal Rigaux2004-08-031-1/+1
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-5/+4
* explain why we set toFormatUnsurePascal Rigaux2004-07-281-1/+4
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-7/+6
* adapt to new directories layout:Pascal Rigaux2004-07-261-2/+2
* - %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