summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-1327/+0
|
* - rename DOCS to CAT_MINIMAL_DOCSPascal Rigaux2006-03-081-2/+2
| | | | | | | - cuz otherwise DOCS is a "always" flag and modifying it afterwise is useless - CAT_DOCS would be not precise enough - simplify the "changed" callback
* fix titi sucks :)Pascal Rigaux2005-12-281-1/+2
|
* (acceptLicense) introduce a wrapper around any::acceptLicense()Thierry Vignaud2005-12-151-0/+5
|
* (acceptLicense) move it from install_steps_interactive.pm into any.pm so thatThierry Vignaud2005-12-151-31/+0
| | | | | it is availlable from within finish-install
* remove duplicated codeOlivier Blin2005-12-071-3/+0
|
* load all ethernet modules in all installation modes (fixes the problem of ↵Olivier Blin2005-12-021-3/+0
| | | | firewire not being loaded in automatic mode)
* typo fixThierry Vignaud2005-11-301-1/+1
|
* set title & icon of banner for most partitionning stepsThierry Vignaud2005-11-291-1/+3
|
* install aoss too when installing ALSAThierry Vignaud2005-11-211-1/+1
|
* automatically configure DSL connection on installation from DSLOlivier Blin2005-09-161-2/+8
|
* pass around wait_message with progress bar capabilityPascal Rigaux2005-09-091-3/+7
|
* fix logPascal Rigaux2005-09-081-1/+1
|
* display in MBytes the sizes instead of Bytes (not changing the string since ↵Pascal Rigaux2005-09-061-1/+1
| | | | the po is frozen)
* Don't crash when xorg-x11 is not availableRafael Garcia-Suarez2005-09-051-1/+3
|
* cleanupPascal Rigaux2005-09-021-2/+2
|
* we want the release extensionPascal Rigaux2005-09-021-1/+4
|
* set {upgrade_by_removing_pkgs} when upgrading conectiva and redhatPascal Rigaux2005-09-021-1/+2
|
* new function select_by_package_names()Pascal Rigaux2005-09-021-4/+1
|
* hoist things in install_anyPascal Rigaux2005-09-021-9/+1
|
* fs::format::wait_message() is now ->wait_message_with_progress_bar (on ↵Pascal Rigaux2005-09-021-1/+1
| | | | interactive objects)
* set isUpgrade to conectiva when we found a conectiva release filePascal Rigaux2005-08-311-1/+5
|
* instead of dirtying pkgs::installCallback, use install_steps::installCallbackPascal Rigaux2005-08-311-3/+2
| | | | | (still not clean, but better)
* fill in missing titles for banners and specify iconsThierry Vignaud2005-08-271-3/+6
|
* add a cople missing titlesThierry Vignaud2005-08-261-3/+4
|
* create lang::write_and_install() which takes a $do_pkgsPascal Rigaux2005-08-091-1/+1
|
* when we have only one "best" keyboard to propose, we don't display it, but ↵Pascal Rigaux2005-08-081-3/+4
| | | | in that case we must not remove it from the list of proposed keyboards (bugzilla #16873)
* try to cleanup fs.pmPascal Rigaux2005-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore
* cleanup (old titi commit)Pascal Rigaux2005-06-231-4/+4
|
* move loopback.pm to fs/loopback.pmPascal Rigaux2005-06-101-1/+0
| | | | | (since it's tightly tight to many fs* things)
* (addUser) apply autologin setting for globetrotterThierry Vignaud2005-06-091-0/+1
|
* (acceptLicense) do not show "releases notes" for globetrotterThierry Vignaud2005-06-091-1/+1
|
* (acceptLicense) better use run_program for killing XorgThierry Vignaud2005-06-091-1/+1
|
* get rid of $clicked and $ent_number (obsolete)Pascal Rigaux2005-06-061-16/+12
|
* don't add us_intl, lang2keyboards() takes care of everything (bugzilla #12979)Pascal Rigaux2005-06-061-1/+1
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* don't use $in->{locale} as being $o->{locale} during install, it's much ↵Pascal Rigaux2005-06-031-1/+1
| | | | better to pass $o->{locale}
* allow upgrading a chroot (using drakx-in-chroot)Pascal Rigaux2005-06-021-4/+5
|
* (acceptLicense) fix exiting step licenseThierry Vignaud2005-06-011-1/+1
|
* button "Reboot" is better called "Quit" for chrooted installsPascal Rigaux2005-05-301-1/+1
|
* More refactorisationRafael Garcia-Suarez2005-05-261-5/+5
|
* Begin refactorization of install medium handling codeRafael Garcia-Suarez2005-05-251-7/+12
|
* s/Mandrivalinux/Mandriva Linux/Funda Wang2005-05-201-1/+1
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* handle third party modules from various devicesPascal Rigaux2005-04-071-4/+5
| | | | | (at least floppy is still working :)
* - configure a firewall by default in secure level >= 3Pascal Rigaux2005-03-241-1/+3
| | | | | - allow auto_install parameter {firewall_ports}
* - network::shorewall::default_interfaces_silent() does not need any parameterPascal Rigaux2005-03-241-1/+1
| | | | | | | - network::shorewall::read() is simpler with a $o_in - network::drakfirewall::default_from_pkgs() is non interactive, better give it a do_pkgs - cleanup as little as possible
* handle the return value of any::setupBootloader() (bugzilla #13641)Pascal Rigaux2005-03-221-1/+1
|
* simplifyPascal Rigaux2005-03-171-5/+4
|
* bring back generic release-notes.txt to lifeGwenolé Beauchesne2005-03-171-1/+2
|