Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |