| Commit message (Expand) | Author | Age | Files | Lines |
* | save the untranslated license early | Thierry Vignaud | 2012-09-18 | 1 | -0/+3 |
* | finish-install: make sure sbin is added to PATH | Olivier Blin | 2012-04-16 | 1 | -1/+1 |
* | (set_pam_authentication) perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
* | (encrypt_home) add a FIXME note about missing parameter | Thierry Vignaud | 2012-03-23 | 1 | -0/+1 |
* | help perl_checker | Thierry Vignaud | 2012-03-23 | 1 | -0/+1 |
* | finish-install: do not try to replace home path for device files after | Olivier Blin | 2011-05-19 | 1 | -1/+1 |
* | test if network is up before trying to configure it (blino) | Frederic Crozat | 2010-04-23 | 1 | -0/+7 |
* | finish-install: do not offer to configure 3D desktop if none is installed (re... | Olivier Blin | 2009-10-15 | 1 | -0/+2 |
* | pass autologin hash to set_autologin | Olivier Blin | 2009-09-23 | 1 | -2/+5 |
* | rename autologin field as user | Olivier Blin | 2009-09-23 | 1 | -1/+1 |
* | ensure ntp package is installed when configuring ntp | Olivier Blin | 2009-04-21 | 1 | -0/+3 |
* | (ask_language) handle both "ll_CC" and "ll" locales parameter (#49914) | Thierry Vignaud | 2009-04-20 | 1 | -2/+3 |
* | give console rights for current session when renaming user in finish-install | Olivier Blin | 2009-02-25 | 1 | -0/+3 |
* | add finit support in finish-install | Olivier Blin | 2009-02-25 | 1 | -0/+5 |
* | finish-install: show only installed 3D desktops | Olivier Blin | 2008-11-17 | 1 | -1/+1 |
* | adapt to new Xconfig::glx API | Olivier Blin | 2008-11-14 | 1 | -1/+1 |
* | (set_wm_hints_if_needed) extract if from finish-install so that it can reused... | Thierry Vignaud | 2008-09-23 | 1 | -3/+1 |
* | set dialog hint if drakx-matchbox-window-manager is used (not to maximize win... | Olivier Blin | 2008-09-23 | 1 | -0/+1 |
* | keep wm variable | Olivier Blin | 2008-09-23 | 1 | -1/+2 |
* | guess country from timezone without asking if COUNTRY is set to | Olivier Blin | 2008-09-10 | 1 | -1/+2 |
* | call "country" and "keyboard" steps after "timezone" (#23303) | Olivier Blin | 2008-09-10 | 1 | -2/+2 |
* | guess country from timezone when possible (#23303) | Olivier Blin | 2008-09-10 | 1 | -0/+10 |
* | extract and rename timezone variable | Olivier Blin | 2008-09-10 | 1 | -5/+6 |
* | extract a "country" step out of the "language" one | Olivier Blin | 2008-09-10 | 1 | -1/+9 |
* | always ask timezone (#23303, #42368) | Olivier Blin | 2008-09-10 | 1 | -5/+1 |
* | behave nicely when a window manager is running (for debugging) | Olivier Blin | 2008-09-10 | 1 | -1/+1 |
* | fix previous commit: | Pascal Rigaux | 2008-08-28 | 1 | -2/+1 |
* | - create any::urpmi_add_all_media() out of finish_install's ask_urpmi() | Pascal Rigaux | 2008-08-28 | 1 | -3/+1 |
* | call write_passwd_user() with $authentication as should be | Pascal Rigaux | 2008-08-22 | 1 | -1/+1 |
* | set locale at first step when language is selected in gfxmenu (#42299) | Olivier Blin | 2008-08-18 | 1 | -2/+4 |
* | finish-install: log in syslog (by not undefining standalone mode, but using n... | Olivier Blin | 2008-07-10 | 1 | -2/+1 |
* | reuse lang from command line (#34052) | Olivier Blin | 2008-04-03 | 1 | -0/+3 |
* | configure urpmi media if network is up and no media are configured (#38202) | Olivier Blin | 2008-04-03 | 1 | -0/+10 |
* | really set the superuser password when using simplified user+root dialog (#39... | Olivier Blin | 2008-03-27 | 1 | -0/+3 |
* | extract set_authentication function | Olivier Blin | 2008-03-27 | 1 | -11/+13 |
* | really store root password when using simplified user+root dialog | Olivier Blin | 2008-03-27 | 1 | -3/+3 |
* | remove unused variable | Olivier Blin | 2008-03-27 | 1 | -1/+0 |
* | declare autologin_first | Olivier Blin | 2008-03-27 | 1 | -1/+1 |
* | follow perl_checker advice | Olivier Blin | 2008-03-27 | 1 | -1/+1 |
* | replace home path in user config files when renaming a user (#30380) | Olivier Blin | 2008-03-20 | 1 | -0/+6 |
* | add more comments about USERS step | Olivier Blin | 2008-03-20 | 1 | -0/+2 |
* | add a comment about TIMEZONE=simplified | Olivier Blin | 2008-03-20 | 1 | -0/+1 |
* | allow to ask both root and user accounts in the same step | Olivier Blin | 2008-03-20 | 1 | -1/+3 |
* | match USER_AUTOLOGIN_FIRST value insensitively | Olivier Blin | 2008-03-20 | 1 | -1/+1 |
* | add and use get_conf() helper (to match step names insensitively) | Olivier Blin | 2008-03-20 | 1 | -5/+10 |
* | allow to use a simplified time step (no timezone selection, ntp settings as a... | Olivier Blin | 2008-03-19 | 1 | -1/+5 |
* | do not configure network if already up | Olivier Blin | 2008-03-19 | 1 | -0/+2 |
* | reorder | Olivier Blin | 2008-03-19 | 1 | -1/+1 |
* | write modprobe.conf after configuring network | Olivier Blin | 2008-03-19 | 1 | -0/+1 |
* | remove duplicate require | Olivier Blin | 2008-03-19 | 1 | -1/+0 |