summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* - do not load i810fb, rely on vesa xorg drive instead (it may help #37772)Pascal Rigaux2008-03-051-16/+0
|
* - use and install ntfs-3g by default for ntfs partitions (#37823)Pascal Rigaux2008-03-031-0/+1
|
* remove spurious '*' character (grmpf)Olivier Blin2008-02-281-1/+1
|
* move create_minimal_files() from install::any to fs::anyOlivier Blin2008-02-281-13/+1
|
* create common::parse_release_file() out of find_root_parts()Pascal Rigaux2008-01-301-10/+2
|
* install SMP packages when "match_all_hardware" option is setOlivier Blin2007-12-171-1/+1
|
* - do not rebuild rpmdb if it is ok Pascal Rigaux2007-12-111-2/+2
| | | | | (will workaround #32547) (need perl-URPM 3.01)
* with cp_with_progress_() with a cleaner prototype + the ability to passPascal Rigaux2007-10-011-5/+15
| | | | | options. (nb: option keep_special is not the default)
* - do not display any message when user screenshot when chrooted during installPascal Rigaux2007-09-241-5/+8
| | | | | of pkgs (#33752)
* allow to specify keep_unrequested_dependencies in auto_instOlivier Blin2007-09-191-1/+1
|
* do not use $::o in install::pkgs (to be consistent with next commit and to ↵Olivier Blin2007-09-191-1/+1
| | | | please pixel)
* - advertising: restore support for $title in .pl files (wrongly dropped in ↵Pascal Rigaux2007-09-171-0/+2
| | | | 10.4.195)
* advertising: drop support for .pl files, only {title} was still supported, ↵Pascal Rigaux2007-09-141-2/+0
| | | | and it's unused
* cleanup: use URPM::packages_providing()Pascal Rigaux2007-09-141-1/+1
|
* get the arch from release_filePascal Rigaux2007-09-131-3/+3
|
* - nicely adjust mtime of fontconfig cache filesPascal Rigaux2007-08-311-0/+19
| | | | | | (otherwise the mtime may be in the future since files are not created with the chosen timezone, but only in UTC. and fc-cache doesn't like this at all)
* drop Move support (unused for quite a long time and superceeded by GlobetrotterThierry Vignaud2007-08-271-4/+0
| | | | | which itself was obsoleted by Mdv One)
* (setPackages) install kernel-desktop-devel-latest instead ofThierry Vignaud2007-08-241-2/+2
| | | | | | | | kernel-source-stripped-latest on upgrade we should select a more sensitive devel package (according to laptop/server/... flavor, but the bug was already there anyway...
* use intel_agp instead of intel-agpOlivier Blin2007-08-211-1/+1
|
* use usb_storage instead of usb-storageOlivier Blin2007-08-211-1/+1
|
* rename {mediums} field into {media} to be compatible with urpm:: modules ↵Pascal Rigaux2007-08-121-1/+1
| | | | (from urpmi)
* - fix range max value >2TB when creating a partition (useful for LVs >2TB)Pascal Rigaux2007-08-061-1/+1
| | | | | | nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB
* drop supermount support (it has been dropped from our kernel)Pascal Rigaux2007-08-021-1/+1
|
* - allow using sqlite for rpmdb when using option rpm_dbapi=4Pascal Rigaux2007-07-111-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+1411