summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-2030/+0
|
* this is redundant with: grep { modules::probe_category("multimedia/$_") } ↵Pascal Rigaux2006-03-081-1/+0
| | | | modules::sub_categories('multimedia')
* - rename DOCS to CAT_MINIMAL_DOCSPascal Rigaux2006-03-081-1/+1
| | | | | | | - cuz otherwise DOCS is a "always" flag and modifying it afterwise is useless - CAT_DOCS would be not precise enough - simplify the "changed" callback
* typo fix (#13292)Thierry Vignaud2006-01-021-1/+1
|
* (default_packages) better let rpmsrate handle ALSA packages installationThierry Vignaud2005-11-211-1/+0
|
* (default_packages) typo fixThierry Vignaud2005-11-211-1/+1
|
* install aoss too when installing ALSAThierry Vignaud2005-11-211-1/+1
|
* (is_network_install) use it whenever possibleThierry Vignaud2005-11-041-3/+2
|
* (default_packages) install powernowd on x86_64 (since they've the cool&quiet ↵Thierry Vignaud2005-10-031-0/+1
| | | | technology) and athcool on athlon32
* (default_packages) "alsa" doesn't existsThierry Vignaud2005-10-031-1/+1
|
* automatically configure DSL connection on installation from DSLOlivier Blin2005-09-161-0/+6
|
* - there is no more adverstising iconPascal Rigaux2005-09-151-5/+2
| | | | | - cleaning
* add upgrade script for conectivaPascal Rigaux2005-09-141-1/+1
|
* migrate fstab when upgrading an alien distro (should be done always?)Pascal Rigaux2005-09-131-1/+2
|
* when taking screenshot during pkgs install, we can be chrootedPascal Rigaux2005-09-131-2/+4
|
* for now, disable FTP in media_browser since we don't handle it (#16088)Pascal Rigaux2005-09-131-1/+1
|
* for local_install we don't want use_root_part to do anythingPascal Rigaux2005-09-131-0/+2
|
* silently ignore existing X config file if upgrading an alien distroPascal Rigaux2005-09-131-0/+1
|
* set META_CLASS"xxx" flagPascal Rigaux2005-09-091-0/+1
|
* have a progress bar when removing packagesPascal Rigaux2005-09-091-1/+12
|
* Remove commented codeRafael Garcia-Suarez2005-09-091-1/+0
|
* When adding http suppl media, repropose the last url entered. VeryRafael Garcia-Suarez2005-09-091-2/+7
| | | | | useful in case of typo in the url
* pass around wait_message with progress bar capabilityPascal Rigaux2005-09-091-4/+2
|
* Remove a misleading commentRafael Garcia-Suarez2005-09-061-1/+1
|
* At some point, an empty hashref is autovivified in $packages->{medium}.Rafael Garcia-Suarez2005-09-051-1/+1
| | | | | | So, protect the loops that iterate over this hash, in application of the belt and suspenders doctrine.
* Proper detection of network interface at supplementary media setupRafael Garcia-Suarez2005-09-051-1/+1
|
* - 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
|