summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/finish-install
Commit message (Collapse)AuthorAgeFilesLines
* finish-install: remove incorrect comments added for debuggingOlivier Blin2013-05-091-12/+12
|
* finish-install: make urpmi comment more accurate about online mediaOlivier Blin2013-05-091-13/+13
|
* finish-install: configure urpmi media even if local media are configured, ↵Olivier Blin2013-04-081-1/+3
| | | | and only if online media are not setup (for live)
* s/Please,/Please/ (mga#7866)Thierry Vignaud2012-12-111-1/+1
|
* (ask_network) fix a crash by lazy loading when needed services (DaveThierry Vignaud2012-12-091-0/+1
| | | | | | | | | | | | | Hodgins, mga#8335) perl_checker didn't find it b/c it saw a chain of module require (but in reallity it's not here b/c only one or a couple subs actually lazy load most modules in that chain so the odds of it being done are 0 in practice :-( ) Xconfig::glx -> detect_devices -> fs::proc_partitions -> partition_table -> fs -> fs::remote::* -> network::network -> network::shorewall -> services
* save the untranslated license earlyThierry Vignaud2012-09-181-0/+3
|
* finish-install: make sure sbin is added to PATHOlivier Blin2012-04-161-1/+1
|
* (set_pam_authentication) perl_checker cleanupsThierry Vignaud2012-03-231-1/+1
|
* (encrypt_home) add a FIXME note about missing parameterThierry Vignaud2012-03-231-0/+1
| | | | (spot by perl_checker)
* help perl_checkerThierry Vignaud2012-03-231-0/+1
|
* finish-install: do not try to replace home path for device files afterOlivier Blin2011-05-191-1/+1
| | | | | live install (#1148)
* test if network is up before trying to configure it (blino)Frederic Crozat2010-04-231-0/+7
|
* finish-install: do not offer to configure 3D desktop if none is installed ↵Olivier Blin2009-10-151-0/+2
| | | | (requires drak3d >= 1.27)
* pass autologin hash to set_autologinOlivier Blin2009-09-231-2/+5
|
* rename autologin field as userOlivier Blin2009-09-231-1/+1
|
* ensure ntp package is installed when configuring ntpOlivier Blin2009-04-211-0/+3
|
* (ask_language) handle both "ll_CC" and "ll" locales parameter (#49914)Thierry Vignaud2009-04-201-2/+3
|
* give console rights for current session when renaming user in finish-installOlivier Blin2009-02-251-0/+3
|
* add finit support in finish-installOlivier Blin2009-02-251-0/+5
|
* finish-install: show only installed 3D desktopsOlivier Blin2008-11-171-1/+1
|
* adapt to new Xconfig::glx APIOlivier Blin2008-11-141-1/+1
|
* (set_wm_hints_if_needed) extract if from finish-install so that it can ↵Thierry Vignaud2008-09-231-3/+1
| | | | reused elsewhere (eg: gurpmi.update)
* set dialog hint if drakx-matchbox-window-manager is used (not to maximize ↵Olivier Blin2008-09-231-0/+1
| | | | windows)
* keep wm variableOlivier Blin2008-09-231-1/+2
|
* guess country from timezone without asking if COUNTRY is set toOlivier Blin2008-09-101-1/+2
| | | | | "simplified" in the configuration file (#23303)
* call "country" and "keyboard" steps after "timezone" (#23303)Olivier Blin2008-09-101-2/+2
|
* guess country from timezone when possible (#23303)Olivier Blin2008-09-101-0/+10
|
* extract and rename timezone variableOlivier Blin2008-09-101-5/+6
|
* extract a "country" step out of the "language" oneOlivier Blin2008-09-101-1/+9
|
* always ask timezone (#23303, #42368)Olivier Blin2008-09-101-5/+1
|
* behave nicely when a window manager is running (for debugging)Olivier Blin2008-09-101-1/+1
|
* fix previous commit:Pascal Rigaux2008-08-281-2/+1
| | | | | | - move the "require" where it's needed - split the comment so that it correctly describes things
* - create any::urpmi_add_all_media() out of finish_install's ask_urpmi()Pascal Rigaux2008-08-281-3/+1
| | | | | - make it installer compliant
* call write_passwd_user() with $authentication as should bePascal Rigaux2008-08-221-1/+1
|
* set locale at first step when language is selected in gfxmenu (#42299)Olivier Blin2008-08-181-2/+4
|
* finish-install: log in syslog (by not undefining standalone mode, but using ↵Olivier Blin2008-07-101-2/+1
| | | | no_Window_Manager option instead)
* reuse lang from command line (#34052)Olivier Blin2008-04-031-0/+3
|
* configure urpmi media if network is up and no media are configured (#38202)Olivier Blin2008-04-031-0/+10
|
* really set the superuser password when using simplified user+root dialog ↵Olivier Blin2008-03-271-0/+3
| | | | (#39218)
* extract set_authentication functionOlivier Blin2008-03-271-11/+13
|
* really store root password when using simplified user+root dialogOlivier Blin2008-03-271-3/+3
|
* remove unused variableOlivier Blin2008-03-271-1/+0
|
* declare autologin_firstOlivier Blin2008-03-271-1/+1
|
* follow perl_checker adviceOlivier Blin2008-03-271-1/+1
|
* replace home path in user config files when renaming a user (#30380)Olivier Blin2008-03-201-0/+6
|
* add more comments about USERS stepOlivier Blin2008-03-201-0/+2
|
* add a comment about TIMEZONE=simplifiedOlivier Blin2008-03-201-0/+1
|
* allow to ask both root and user accounts in the same stepOlivier Blin2008-03-201-1/+3
|
* match USER_AUTOLOGIN_FIRST value insensitivelyOlivier Blin2008-03-201-1/+1
|
* add and use get_conf() helper (to match step names insensitively)Olivier Blin2008-03-201-5/+10
|