| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | alsaconf is in alsa-utils package (bug 10358) | Olivier Blin | 2004-08-16 | 1 | -1/+1 |
* | - don't use compssUsers anymore, use compssUsers.pl | Pascal Rigaux | 2004-08-13 | 1 | -32/+27 |
* | Don't ask for the selection of supplementary media in non-interactive | Rafael Garcia-Suarez | 2004-08-13 | 1 | -0/+5 |
* | basic code for upgrading from a redhat distribution | 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 | -2/+1 |
* | authentication::kind2description() has changed and its name is missleading :-( | Pascal Rigaux | 2004-08-03 | 1 | -1/+2 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -6/+8 |
* | - %modules::conf is no more a global, so many functions need passing $modules... | Pascal Rigaux | 2004-07-21 | 1 | -11/+11 |
* | use correct method variable in chooseCD (even if this code is used only in ex... | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
* | to_bool is what I was looking for, thanks Pixel | Olivier Blin | 2004-07-14 | 1 | -1/+1 |
* | perl_checker fix, I should have done it before ... | Olivier Blin | 2004-07-14 | 1 | -1/+1 |
* | automatically detect which media are available in install from ISO images | Olivier Blin | 2004-07-14 | 1 | -6/+10 |
* | - create X_options_from_o() and use it | Pascal Rigaux | 2004-07-08 | 1 | -5/+1 |
* | when adding users during install, suggest the user names found in /home | Pascal Rigaux | 2004-07-08 | 1 | -1/+2 |
* | - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pm | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -1/+1 |
* | (acceptLicense) just reboot when one cancel the globetrotter first time wizard | Thierry Vignaud | 2004-06-24 | 1 | -0/+4 |
* | fix method_allows_medium_change calls (I suck) | Olivier Blin | 2004-06-18 | 1 | -1/+1 |
* | add and use install_any::method_allows_medium_change | Olivier Blin | 2004-06-18 | 1 | -2/+2 |
* | in disk-iso install, automatically choose and change ISO images, according to... | Olivier Blin | 2004-06-18 | 1 | -9/+12 |
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
* | fix typo | Pascal Rigaux | 2004-05-12 | 1 | -1/+1 |
* | use lang::analyse_locale_name() and lang::analyse_locale_name() | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
* | fix ugly typo (thanks to perl_checker) | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
* | blank.img has been removed, so remove special code handling it | Pascal Rigaux | 2004-05-03 | 1 | -6/+0 |
* | (summary) install alsaconf too for isapnp sound cards (it better handle some | Thierry Vignaud | 2004-04-22 | 1 | -2/+2 |
* | typo fix | Thierry Vignaud | 2004-04-06 | 1 | -1/+1 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -2/+2 |
* | LSB doesn't need kernel 2.4 anymore | Pascal Rigaux | 2004-03-23 | 1 | -7/+0 |
* | nice fix for installing locales-XX corresponding the chosen country (using pa... | Pascal Rigaux | 2004-03-11 | 1 | -2/+2 |
* | workaround code trying to install locales-nb (bugzilla #8287) | Pascal Rigaux | 2004-03-11 | 1 | -1/+5 |
* | spell Mandrakelinux in one word | Thierry Vignaud | 2004-03-10 | 1 | -1/+1 |
* | fix & cleanup generating replay & auto_install images | Pascal Rigaux | 2004-03-04 | 1 | -6/+10 |
* | do not use $o in crypto.pm, pass {distro_type} to mirrors() and bestMirror() ... | Pascal Rigaux | 2004-03-01 | 1 | -2/+3 |
* | fix warning LSB chosen implies kernel 2.4 | Pascal Rigaux | 2004-02-20 | 1 | -1/+1 |
* | better logging | Pascal Rigaux | 2004-02-19 | 1 | -1/+1 |
* | keep current authentication kind, even if not completly accepted | Pascal Rigaux | 2004-02-16 | 1 | -4/+0 |
* | (setRootPassword) do not reset auth method when pressing "previous" in next step | Thierry Vignaud | 2004-02-16 | 1 | -0/+4 |
* | network::shorewall::read without silent is nasty, since it doesn't only read, | Pascal Rigaux | 2004-02-16 | 1 | -1/+1 |
* | add a warning when choosing security level > 2 and having a windows partition | Pascal Rigaux | 2004-02-13 | 1 | -0/+5 |
* | warn that selecting LSB means having 2.4 by default | Pascal Rigaux | 2004-02-12 | 1 | -0/+8 |
* | handle allowNVIDIA_rpms & allowATI_rpms directly in Xconfig::card::install_se... | Pascal Rigaux | 2004-02-09 | 1 | -2/+0 |
* | adapt to change allowing checking nvidia/ati proprietary driver availability ... | Pascal Rigaux | 2004-02-08 | 1 | -2/+2 |
* | help perl_checker | Pascal Rigaux | 2004-01-22 | 1 | -4/+4 |
* | help perl_checker seeing charsetChanged even if known install_steps_* can be ... | Pascal Rigaux | 2004-01-20 | 1 | -4/+0 |
* | $::testing means testing, not "testing what titi wants to test" | Pascal Rigaux | 2004-01-19 | 1 | -1/+0 |
* | (Accept) default to accept in testing mode | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
* | do not complain about root password in testing mode | Thierry Vignaud | 2004-01-16 | 1 | -0/+1 |
* | proxy conf: do not touch files in --testing mode | Thierry Vignaud | 2004-01-14 | 1 | -1/+1 |