Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Pascal Rigaux | 2004-02-09 | 1 | -2/+0 |
| | | | | Xconfig::card::install_server | ||||
* | adapt to change allowing checking nvidia/ati proprietary driver availability ↵ | Pascal Rigaux | 2004-02-08 | 1 | -2/+2 |
| | | | | only when needed | ||||
* | 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 |
| | | | | seen | ||||
* | $::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 |
| | |||||
* | split out proxy configuration out of network interfaces configuration | Thierry Vignaud | 2004-01-14 | 1 | -1/+13 |
| | |||||
* | - integrate chkauth (which is now deprecated) | Pascal Rigaux | 2004-01-08 | 1 | -3/+4 |
| | | | | | - new module authentication | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -2/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -3/+5 |
| | |||||
* | use $::prefix | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | get rid of g_auto_install (unused & not working) | Pascal Rigaux | 2004-01-06 | 1 | -2/+2 |
| | |||||
* | (summary) fix network::shorewall::read() call (forget by florin when | Thierry Vignaud | 2003-12-11 | 1 | -1/+1 |
| | | | | | he enable to choose the interface in drakfirewall) | ||||
* | don't ask mouse when unsafe is not set (and it is currently very seldom set) | Pascal Rigaux | 2003-11-21 | 1 | -1/+1 |
| | | | | | pixel really did miserably commit this in 03/2003, though it was a change used for debugging :-( | ||||
* | mdkmove doesn't use setupSCSI step anymore | Pascal Rigaux | 2003-11-17 | 1 | -2/+2 |
| | |||||
* | ensure setupSCSI is quite silent in move | Pascal Rigaux | 2003-11-14 | 1 | -2/+2 |
| | |||||
* | fix bogus use of old netwok module instead of network::network | Thierry Vignaud | 2003-11-12 | 1 | -1/+1 |
| | |||||
* | fix slot number when configuring sound cards | Thierry Vignaud | 2003-09-18 | 1 | -1/+1 |
| | |||||
* | cancel in setRootPassword means "No password", not cancel | Pascal Rigaux | 2003-09-17 | 1 | -1/+1 |
| | |||||
* | added question to ask for recovering the system in recover mode. | Francois Pons | 2003-09-16 | 1 | -7/+9 |
| | |||||
* | added nplanel patch for ATI proprietary drivers. | Francois Pons | 2003-09-10 | 1 | -0/+1 |
| | |||||
* | don't ask security level when upgrading | Pascal Rigaux | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | don't warnAboutNaughtyServers when upgrading | Pascal Rigaux | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | - move call to ->charsetChanged from install_steps_interactive to install_steps | Pascal Rigaux | 2003-09-03 | 1 | -2/+0 |
| | | | | | | so that we can use it in install_steps_auto_install_non_interactive - don't overload ->selectLanguage to call lang::load_console_font(), overload ->charsetChanged instead | ||||
* | drop security level selection for desktop user. | Francois Pons | 2003-08-26 | 1 | -2/+4 |
| | |||||
* | do not ask user for group selection if desktop meta class is used. | Francois Pons | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | load detected firewire modules during install | Pascal Rigaux | 2003-08-20 | 1 | -2/+2 |
| | |||||
* | some english typo fixes thx to Arpad Biro | Guillaume Cottenceau | 2003-08-13 | 1 | -1/+1 |
| | |||||
* | when any::setupBootloader_simple() fail, use any::setupBootloader() afterwards | Pascal Rigaux | 2003-08-11 | 1 | -2/+6 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-08-11 | 1 | -2/+2 |
| | |||||
* | use $::prefix instead of passing $prefix to functions | Pascal Rigaux | 2003-08-10 | 1 | -1/+1 |
| | |||||
* | more complete name for the setRootPassword step: "Set root password and | Pascal Rigaux | 2003-08-03 | 1 | -1/+1 |
| | | | | | network authentication methods" instead of simply "Set root password" | ||||
* | - move write_smb_conf() from install_any to network::smb | Pascal Rigaux | 2003-08-01 | 1 | -36/+6 |
| | | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth | ||||
* | fix typo | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | - cleanup | Pascal Rigaux | 2003-07-30 | 1 | -4/+5 |
| | | | | | - add pool.ntp.org (and make it the default) (cf bug #4197) | ||||
* | removed remaining code of eval (eq nop). | Francois Pons | 2003-07-30 | 1 | -1/+0 |
| | |||||
* | remove eval around choosePackagesTree as it display something even if it ↵ | Francois Pons | 2003-07-30 | 1 | -3/+5 |
| | | | | doesn't run... | ||||
* | changed "Country" . " / Region" to "Country / Region" and fixed Chinese po's | Pablo Saratxaga | 2003-07-12 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -2/+2 |
| | |||||
* | change network::netconnect::main signature | Damien Chaumette | 2003-05-06 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -2/+4 |
| | |||||
* | fix typos and cleanup syntax | Pascal Rigaux | 2003-04-22 | 1 | -4/+4 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -3/+3 |
| | |||||
* | move harddrake::sound $index param in hash and pass only the hash ref around | Thierry Vignaud | 2003-04-01 | 1 | -2/+2 |
| | | | | | functions | ||||
* | hp fix | Thierry Vignaud | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | fixed typo. | Francois Pons | 2003-03-20 | 1 | -1/+1 |
| |