summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix titi sucks :) (backport from cooker, fixed by Pixel)Olivier Blin2006-01-271-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
* 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
|
* MERGE: make it possible to read arch-specific release notes in addition toGwenolé Beauchesne2005-03-171-2/+2
| | | | | global (default) ones
* - Let country and not language decide about default paper sizeTill Kamppeter2005-02-281-1/+1
|
* media_browser returns a filehandle when non savePascal Rigaux2005-02-181-2/+2
|
* replace load/save from floppy with using media_browser()Pascal Rigaux2005-02-151-12/+10
|
* really fix "Graphical interface - not configured" bugPascal Rigaux2005-02-071-1/+2
|
* Add support to copy all RPMs to the hard drive before installation.Rafael Garcia-Suarez2005-02-041-5/+0
|
* check the given mount pointsPascal Rigaux2005-02-011-0/+8
|