summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
* - new functionality: upgrade_by_removing_pkgs, enabled when upgrading redhat ↵Pascal Rigaux2005-09-021-7/+15
| | | | | | | | | | | and conectiva distributions - add file upgrade-map.conectiva.10 for precise choice of packages - save /etc/xxx-release into /root/drakx/xxx-release.upgrading when starting - release_file(): look for xxx-release.upgrading first - find_root_parts(): better logging about upgrade_by_removing_pkgs, and factorize code - when all packages are installed, remove xxx-release.upgrading and rename pkgs::removed_pkgs_to_upgrade_file()
* move code to create_minimal_files()Pascal Rigaux2005-09-021-0/+12
|
* rename pkgs::rpmDbOpenForInstall() to pkgs::open_rpm_db_rw()Pascal Rigaux2005-09-021-1/+1
|
* opening rpm db in selectPackage(), so remove some rpmDbOpen()Pascal Rigaux2005-09-021-1/+0
|
* new function select_by_package_names()Pascal Rigaux2005-09-021-5/+2
|
* hoist things in install_anyPascal Rigaux2005-09-021-1/+9
|
* fs::format::wait_message() is now ->wait_message_with_progress_bar (on ↵Pascal Rigaux2005-09-021-1/+1
| | | | interactive objects)
* initial deployment server supportOlivier Blin2005-08-311-0/+25
|
* more precise log_size during installPascal Rigaux2005-08-261-3/+3
|
* log more precisely the "naughty servers" unselectedPascal Rigaux2005-08-181-1/+1
|
* fix typoPascal Rigaux2005-08-161-4/+4
|
* - if we have a lot of memory, keep the clp in tmpfsPascal Rigaux2005-08-101-10/+36
| | | | | | - check the size available in $::prefix/tmp for the case it's on its own filesystem (bug #15377) - also check the size available in other cases
* create clp_on_tmpfs() for future usePascal Rigaux2005-08-101-1/+2
|
* cleanupPascal Rigaux2005-08-081-1/+1
|
* move is_xbox from common to detect_devicesOlivier Blin2005-08-051-1/+1
|
* workarround problem in supplementary mediaFlorent Villard2005-07-151-0/+5
|
* Don't write ignored media in urpmi.cfg (bug 15537)Rafael Garcia-Suarez2005-07-011-1/+1
|
* use fs::type::is_dmraid()Pascal Rigaux2005-07-011-1/+1
|
* don't spawn a new shell if it's already running (useful when using the ↵Pascal Rigaux2005-07-011-1/+4
| | | | no-reboot-restart-install blino trick)
* fix typo in previous commitPascal Rigaux2005-06-301-1/+1
|
* install dmraid if neededPascal Rigaux2005-06-301-0/+1
|
* try to cleanup fs.pmPascal Rigaux2005-06-281-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | (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
* upcase protocol namesThierry Vignaud2005-06-281-4/+4
|
* (ask_if_suppl_media) upcase protocol nameThierry Vignaud2005-06-281-1/+1
|
* Add NFS supplementary media in fstabRafael Garcia-Suarez2005-06-281-2/+4
|
* Fix install_urpmi with nfs suppl mediaRafael Garcia-Suarez2005-06-281-9/+14
|
* Support NFS supplementary mediaRafael Garcia-Suarez2005-06-271-2/+18
|
* fsedit::is_same_hd is now fs:get::is_same_hdPascal Rigaux2005-06-131-1/+1
|
* don't need use MDK::Common... when we have "use common" (which is the ↵Pascal Rigaux2005-06-101-1/+0
| | | | standard for libDrakX modules)
* don't need prefixing with current packagePascal Rigaux2005-06-091-1/+1
|
* (media_browser): handle nfsPascal Rigaux2005-06-071-31/+73
|
* replace strange "-" with a ascii compliant onePascal Rigaux2005-06-061-1/+1
|
* install2 functions should be stepsPascal Rigaux2005-06-061-0/+16
|
* get rid of $clicked and $ent_number (obsolete)Pascal Rigaux2005-06-061-3/+3
|
* do not use a loop device to read ISO image IDs, read them directly in the ↵Olivier Blin2005-06-031-8/+4
| | | | file ...
* provide backward compatibility for network fields in loadOOlivier Blin2005-06-031-0/+14
|
* remove unneeded parentheses (keep first() to make it readable by trainees ...)Olivier Blin2005-06-031-2/+4
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-10/+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
* allow upgrading a chroot (using drakx-in-chroot)Pascal Rigaux2005-06-021-3/+10
|
* create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵Pascal Rigaux2005-06-021-2/+2
| | | | and use them
* make drakx-in-chroot workPascal Rigaux2005-05-301-2/+2
|
* kderc_largedisplay() is no more neededPascal Rigaux2005-05-271-10/+0
|
* Comment fixes, remove noisy logRafael Garcia-Suarez2005-05-271-4/+4
|
* kfm is gone for some timePascal Rigaux2005-05-271-5/+0
|
* Remove the naming convention with a trailing "s" for supplementary CDs ↵Rafael Garcia-Suarez2005-05-271-4/+1
| | | | medium ids
* Remove unused functionRafael Garcia-Suarez2005-05-271-7/+0
|
* don't set DRAKX_PASSWORD and DURING_INSTALL for msec since msec doesn't care ↵Pascal Rigaux2005-05-271-5/+1
| | | | about them anymore
* replace $o->{localInstall} with $::local_installPascal Rigaux2005-05-271-1/+1
|
* Factorize and ensure checking main installation methodRafael Garcia-Suarez2005-05-261-3/+3
|
* Don't use the \d+s regexp on medium ids to see if that's suppl cds.Rafael Garcia-Suarez2005-05-261-3/+3
|