summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/finish-install
Commit message (Collapse)AuthorAgeFilesLines
...
* allow to use a simplified time step (no timezone selection, ntp settings as ↵Olivier Blin2008-03-191-1/+5
| | | | advanced)
* do not configure network if already upOlivier Blin2008-03-191-0/+2
|
* reorderOlivier Blin2008-03-191-1/+1
|
* write modprobe.conf after configuring networkOlivier Blin2008-03-191-0/+1
|
* remove duplicate requireOlivier Blin2008-03-191-1/+0
|
* do not show broken Cancel button in license step (#38195)Olivier Blin2008-03-051-0/+1
|
* revert latest commitThierry Vignaud2008-01-251-1/+1
|
* bump copyright yearThierry Vignaud2008-01-231-1/+1
|
* finish-install: use translations for network stepThierry Vignaud2007-10-041-1/+1
|
* finish-install: use translations for keyboard and 3D stepsOlivier Blin2007-10-041-0/+3
|
* finish-install: config first user to autologin if USER_AUTOLOGIN_FIRST is "yes"Olivier Blin2007-09-211-4/+4
|
* finish-install: write autologin settings after user creation only (so that ↵Olivier Blin2007-09-211-1/+4
| | | | home is set and exists, should partly fix GNOME autologin)
* - adduserdrake, finish-install:Pascal Rigaux2007-08-131-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 lossPascal Rigaux2007-04-251-6/+79
|
* reload sys clock from hc once we know the real timezone (#21511)Olivier Blin2006-03-081-0/+2
|
* ask license after language (#21266)Olivier Blin2006-02-281-1/+1
|
* ask for timezone (#21271)Olivier Blin2006-02-281-0/+10
|
* allow to rename an old user (possibly "guest" from a live distribution) ↵Olivier Blin2006-02-231-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 settingsOlivier Blin2006-02-231-2/+2
|
* don't try to destroy potentially non-existent wizard window (if some steps ↵Olivier Blin2006-02-231-1/+4
| | | | are skipped for example)
* ask for license agreement before doing anything elseThierry Vignaud2005-12-151-0/+5
|
* allow to blacklist steps in /etc/sysconfig/finish-installOlivier Blin2005-11-231-11/+18
|
* locale is now set by any::selectLanguage_standaloneOlivier Blin2005-11-231-2/+0
|
* add ask_keyboard stepPascal Rigaux2005-11-231-1/+19
|
* handle required package(s) not installed correctly (bugzilla #18180)Pascal Rigaux2005-09-051-1/+1
|
* create lang::write_and_install() which takes a $do_pkgsPascal Rigaux2005-08-091-1/+1
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-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-installPascal Rigaux2005-06-011-4/+23
|
* remove unneded modules loading ('net' category is deprecated for ages)Olivier Blin2005-05-311-2/+0
|
* don't keep the banner from drakconnect for all stepsPascal Rigaux2004-11-301-0/+2
|
* add drakx-finish-installPascal Rigaux2004-11-301-0/+1
|
* prog to launch after install which configurate users, authentication, root ↵Pascal Rigaux2004-11-301-0/+54
password and network