| Commit message (Expand) | Author | Age | Files | Lines |
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 1 | -1/+1 |
* | correctly call errorInStep() | Pascal Rigaux | 2004-08-09 | 1 | -1/+2 |
* | fix call to bootloader::read() | Pascal Rigaux | 2004-08-09 | 1 | -1/+1 |
* | don't set toFormat if we don't have a {fs_type} (eg: pt_type 0xfd, ie raw raid) | Pascal Rigaux | 2004-08-08 | 1 | -1/+1 |
* | fix typo | Pascal Rigaux | 2004-08-06 | 1 | -2/+2 |
* | don't try to remove non existing should_be_dirs | Pascal Rigaux | 2004-08-06 | 1 | -8/+5 |
* | basic code for upgrading from a redhat distribution | Pascal Rigaux | 2004-08-05 | 1 | -1/+54 |
* | adapt to bootloader functions now using all_hds instead of hds | Pascal Rigaux | 2004-08-05 | 1 | -1/+1 |
* | pass around $all_hds instead of $hds | Pascal Rigaux | 2004-08-05 | 1 | -1/+1 |
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 1 | -1/+1 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -5/+4 |
* | explain why we set toFormatUnsure | Pascal Rigaux | 2004-07-28 | 1 | -1/+4 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -7/+6 |
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 1 | -2/+2 |
* | - %modules::conf is no more a global, so many functions need passing $modules... | Pascal Rigaux | 2004-07-21 | 1 | -5/+5 |
* | don't bootloader::suggest_floppy | Pascal Rigaux | 2004-07-19 | 1 | -1/+0 |
* | fix commit 1.685: use lang::analyse_locale_name() but still use lang::l2locale() | Pascal Rigaux | 2004-07-09 | 1 | -1/+1 |
* | - create X_options_from_o() and use it | Pascal Rigaux | 2004-07-08 | 1 | -1/+1 |
* | - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pm | Pascal Rigaux | 2004-07-07 | 1 | -2/+2 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -3/+3 |
* | allow getpwnam, getgrnam, getgrid to work | Pascal Rigaux | 2004-07-05 | 1 | -0/+6 |
* | fix blino stage1 change (i think he likes breaking things ;p) | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
* | bootloader::add_kernel() do a good job at replacing symlinks with the real | Pascal Rigaux | 2004-06-25 | 1 | -17/+0 |
* | adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -2/+2 |
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
* | use lang::analyse_locale_name() and lang::analyse_locale_name() | Pascal Rigaux | 2004-05-11 | 1 | -1/+2 |
* | no need for defensive programming | Pascal Rigaux | 2004-05-03 | 1 | -1/+1 |
* | blank.img has been removed, so remove special code handling it | Pascal Rigaux | 2004-05-03 | 1 | -21/+3 |
* | (lang::write_langs) drop prefix parameter | Thierry Vignaud | 2004-04-09 | 1 | -1/+1 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -4/+4 |
* | devfs=mount is the default for kernel 2.6 (what about 2.4 ?), so one need | Pascal Rigaux | 2004-03-19 | 1 | -4/+2 |
* | catch cdie's in auto_install | Pascal Rigaux | 2004-03-11 | 1 | -1/+1 |
* | fix & cleanup generating replay & auto_install images | Pascal Rigaux | 2004-03-04 | 1 | -1/+1 |
* | (hasNetwork) do not refuse to up the network when in dhcp (bad oem patch) | Thierry Vignaud | 2004-03-04 | 1 | -1/+1 |
* | remove existing xxx=ide-scsi on upgrades | Pascal Rigaux | 2004-03-01 | 1 | -0/+7 |
* | (upNetwork) log up try and faillures | Thierry Vignaud | 2004-03-01 | 1 | -0/+4 |
* | alias agpgart should be only for 2.6, since code doesn't allow this easily, | Pascal Rigaux | 2004-02-20 | 1 | -4/+0 |
* | add utf8 key to locale config if not already present, so that | Guillaume Cottenceau | 2004-02-19 | 1 | -0/+1 |
* | selectlanguage: utf8 flag status is updated when user selects more/less langu... | Guillaume Cottenceau | 2004-02-18 | 1 | -1/+0 |
* | no need to fake scsi for ide anymore (hopefully!) | Pascal Rigaux | 2004-02-10 | 1 | -5/+0 |
* | handle allowNVIDIA_rpms & allowATI_rpms directly in Xconfig::card::install_se... | Pascal Rigaux | 2004-02-09 | 1 | -4/+1 |
* | install_steps is a do_pkgs, so add "use do_pkgs" | Pascal Rigaux | 2004-02-05 | 1 | -0/+1 |
* | fix typo creating agpgart alias | Pascal Rigaux | 2004-02-02 | 1 | -1/+1 |
* | - no ide-scsi emulation for ide ZIPs | Pascal Rigaux | 2004-02-02 | 1 | -2/+4 |
* | *** empty log message *** | Pascal Rigaux | 2004-01-30 | 1 | -1/+1 |
* | add/fix various/agpgart section | Nicolas Planel | 2004-01-30 | 1 | -1/+1 |
* | xxx-agp is not loaded at install, so when_load() is not the right place | Pascal Rigaux | 2004-01-30 | 1 | -0/+4 |
* | modules::load_ide() is removed, now we use the same as install_step_interactive | Pascal Rigaux | 2004-01-20 | 1 | -1/+1 |
* | help perl_checker seeing charsetChanged even if known install_steps_* can be ... | Pascal Rigaux | 2004-01-20 | 1 | -0/+4 |
* | kernel 2.6 .ko adaptation | Pascal Rigaux | 2004-01-20 | 1 | -1/+1 |