summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Collapse)AuthorAgeFilesLines
* allow upgrading a local_install (no need to call use_root_part)Pascal Rigaux2005-09-021-1/+1
|
* opening rpm db in selectPackage(), so remove some rpmDbOpen()Pascal Rigaux2005-09-021-1/+0
|
* hoist things in install_anyPascal Rigaux2005-09-021-3/+1
|
* enable Ifw by default in high security levels and enable the psd ruleOlivier Blin2005-09-011-0/+1
|
* set TMPDIR and TMP during install (bugzilla #18088)Pascal Rigaux2005-09-011-0/+2
|
* cleanupPascal Rigaux2005-09-011-4/+5
|
* initial deployment server supportOlivier Blin2005-08-311-0/+1
|
* instead of dirtying pkgs::installCallback, use install_steps::installCallbackPascal Rigaux2005-08-311-2/+7
| | | | | (still not clean, but better)
* create remove_marked_ask_remove() and use itPascal Rigaux2005-08-311-4/+1
|
* create lang::write_and_install() which takes a $do_pkgsPascal Rigaux2005-08-091-1/+1
|
* fix typoPascal Rigaux2005-08-091-1/+2
|
* acpi=on on every recent bios, not only laptopsPascal Rigaux2005-08-081-3/+2
|
* do not die and loop on the exitInstall step if the install imagesOlivier Blin2005-07-181-1/+1
| | | | | can't be saved (#16881)
* don't open any port by default in the firewallOlivier Blin2005-07-081-1/+2
|
* always enable firewall if security level >= 3 (even if no ports have to be ↵Olivier Blin2005-07-081-5/+2
| | | | opened)
* try to cleanup fs.pmPascal Rigaux2005-06-281-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | (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
* don't use $::o but $oOlivier Blin2005-06-231-1/+1
|
* use http proxy settings from stage1 as post-install proxy settings for both ↵Olivier Blin2005-06-231-0/+12
| | | | http and ftp connections
* move loopback.pm to fs/loopback.pmPascal Rigaux2005-06-101-1/+0
| | | | | (since it's tightly tight to many fs* things)
* (leavingStep) if formatError() returns nothing, better display the raw errorThierry Vignaud2005-06-091-1/+1
|
* get rid of $clicked and $ent_number (obsolete)Pascal Rigaux2005-06-061-11/+9
|
* use bootloader->{message_text} instead of bootloader->{message}Pascal Rigaux2005-06-061-0/+6
|
* introduce network_is_cheap(), use it, and fix a boolean typoOlivier Blin2005-06-031-2/+7
|
* $o->{net}{type} is already defined in more appropriate placesOlivier Blin2005-06-031-4/+0
|
* dropping pkg_install_if_requires_satisfied() (old & unused)Pascal Rigaux2005-06-031-17/+0
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* keyboard::setup() is better named keyboard::setup_install()Pascal Rigaux2005-06-031-2/+2
|
* random service doesn't exist anymoreOlivier Blin2005-06-021-1/+1
|
* - create keyboard::default() and use itPascal Rigaux2005-06-021-1/+1
| | | | | - it uses keyboard::from_DMI() to get XkbModel when possible
* make perl_checker happyPascal Rigaux2005-06-021-1/+1
|
* revert very new titi sucksPascal Rigaux2005-06-021-1/+1
|
* (miscellaneousAfter) fix very old uncatched bugThierry Vignaud2005-06-011-1/+1
|
* make drakx-in-chroot workPascal Rigaux2005-05-301-0/+10
|
* kderc_largedisplay() is no more neededPascal Rigaux2005-05-271-5/+1
|
* kfm is gone for some timePascal Rigaux2005-05-271-12/+0
|
* - since set_security doesn't depend on the bootloader password, we can call ↵Pascal Rigaux2005-05-271-1/+3
| | | | | | | it where it should - ensure we don't drop entries from /etc/sysconfig/system
* remove unused and obsolete codePascal Rigaux2005-05-271-5/+0
|
* - CLASS in /etc/sysconfig/system is deprected (is always "beginner")Pascal Rigaux2005-05-271-2/+0
| | | | | - SECURITY in /etc/sysconfig/system is unused (and always was)
* More refactorisationRafael Garcia-Suarez2005-05-261-3/+1
|
* s/Mandrivalinux/Mandriva Linux/Funda Wang2005-05-201-1/+1
|
* - Gimp-Print was renamed to Gutenprint, adapted printerdrake/DrakX ↵Till Kamppeter2005-05-121-2/+2
| | | | appropriately.
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* Eject CD-Rom when installation is finishedRafael Garcia-Suarez2005-04-131-2/+2
|
* handle third party modules from various devicesPascal Rigaux2005-04-071-9/+15
| | | | | (at least floppy is still working :)
* workaround weird old code (bugzilla #15300)Pascal Rigaux2005-04-071-2/+2
|
* remove accentuated charPascal Rigaux2005-04-051-1/+1
|
* really default security level 3Pascal Rigaux2005-03-241-1/+1
|
* - configure a firewall by default in secure level >= 3Pascal Rigaux2005-03-241-0/+15
| | | | | - allow auto_install parameter {firewall_ports}
* acpi=on is the defaultPascal Rigaux2005-03-221-1/+1
|
* give ability to tell in which list_modules category is a modulePascal Rigaux2005-03-171-0/+16
|