Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Olivier Blin | 2008-03-19 | 1 | -1/+5 | |
| | | | | advanced) | |||||
* | 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 | |
| | ||||||
* | do not show broken Cancel button in license step (#38195) | Olivier Blin | 2008-03-05 | 1 | -0/+1 | |
| | ||||||
* | revert latest commit | Thierry Vignaud | 2008-01-25 | 1 | -1/+1 | |
| | ||||||
* | bump copyright year | Thierry Vignaud | 2008-01-23 | 1 | -1/+1 | |
| | ||||||
* | finish-install: use translations for network step | Thierry Vignaud | 2007-10-04 | 1 | -1/+1 | |
| | ||||||
* | finish-install: use translations for keyboard and 3D steps | Olivier Blin | 2007-10-04 | 1 | -0/+3 | |
| | ||||||
* | finish-install: config first user to autologin if USER_AUTOLOGIN_FIRST is "yes" | Olivier Blin | 2007-09-21 | 1 | -4/+4 | |
| | ||||||
* | finish-install: write autologin settings after user creation only (so that ↵ | Olivier Blin | 2007-09-21 | 1 | -1/+4 | |
| | | | | home is set and exists, should partly fix GNOME autologin) | |||||
* | - adduserdrake, finish-install: | Pascal Rigaux | 2007-08-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | o create only one user o fix checking user info (#32517) - install: o merge root password step and create user step (new setRootPassword_addUser step name, but still handle addUser setRootPassword in interactiveSteps for auto_installs) o fix checking user creation info (#32517) o allow to create only one user per default, but add an entry in summary to create more users o authentication method is not configurable anymore for now. should we add it to summary? | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -6/+79 | |
| | ||||||
* | reload sys clock from hc once we know the real timezone (#21511) | Olivier Blin | 2006-03-08 | 1 | -0/+2 | |
| | ||||||
* | ask license after language (#21266) | Olivier Blin | 2006-02-28 | 1 | -1/+1 | |
| | ||||||
* | ask for timezone (#21271) | Olivier Blin | 2006-02-28 | 1 | -0/+10 | |
| | ||||||
* | allow to rename an old user (possibly "guest" from a live distribution) ↵ | Olivier Blin | 2006-02-23 | 1 | -0/+7 | |
| | | | | instead of creating a new one, using info from first added user in finish-install | |||||
* | rename config hash as it will contain more settings | Olivier Blin | 2006-02-23 | 1 | -2/+2 | |
| | ||||||
* | don't try to destroy potentially non-existent wizard window (if some steps ↵ | Olivier Blin | 2006-02-23 | 1 | -1/+4 | |
| | | | | are skipped for example) | |||||
* | ask for license agreement before doing anything else | Thierry Vignaud | 2005-12-15 | 1 | -0/+5 | |
| | ||||||
* | allow to blacklist steps in /etc/sysconfig/finish-install | Olivier Blin | 2005-11-23 | 1 | -11/+18 | |
| | ||||||
* | locale is now set by any::selectLanguage_standalone | Olivier Blin | 2005-11-23 | 1 | -2/+0 | |
| | ||||||
* | add ask_keyboard step | Pascal Rigaux | 2005-11-23 | 1 | -1/+19 | |
| | ||||||
* | handle required package(s) not installed correctly (bugzilla #18180) | Pascal Rigaux | 2005-09-05 | 1 | -1/+1 | |
| | ||||||
* | create lang::write_and_install() which takes a $do_pkgs | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 | |
| | ||||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured | |||||
* | add language selection to finish-install | Pascal Rigaux | 2005-06-01 | 1 | -4/+23 | |
| | ||||||
* | remove unneded modules loading ('net' category is deprecated for ages) | Olivier Blin | 2005-05-31 | 1 | -2/+0 | |
| | ||||||
* | don't keep the banner from drakconnect for all steps | Pascal Rigaux | 2004-11-30 | 1 | -0/+2 | |
| | ||||||
* | add drakx-finish-install | Pascal Rigaux | 2004-11-30 | 1 | -0/+1 | |
| | ||||||
* | prog to launch after install which configurate users, authentication, root ↵ | Pascal Rigaux | 2004-11-30 | 1 | -0/+54 | |
password and network |