summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated POT fileFunda Wang2009-04-09156-28066/+26859
|
* Update for Norwegian Bokmål translationOlav Dahlum2009-04-091-2/+2
|
* Update for Norwegian Bokmål translationOlav Dahlum2009-04-091-1/+1
|
* Update for Norwegian Bokmål translationOlav Dahlum2009-04-081-3/+3
|
* Update for Norwegian Bokmål translationOlav Dahlum2009-04-081-4/+4
|
* 12.26.1Thierry Vignaud2009-04-082-1/+3
|
* (adjust_paths_in_urpmi_cfg) fix adjusting media path for supplementary cdromThierry Vignaud2009-04-081-1/+2
|
* (_get_media_url) handle NFS & CDROM media with arched directory (aka 'i586/')Thierry Vignaud2009-04-082-1/+6
|
* updatesKeld Simonsen2009-04-081-5/+5
|
* release the installer tooThierry Vignaud2009-04-081-0/+2
|
* better logThierry Vignaud2009-04-081-1/+1
|
* (adjust_paths_in_urpmi_cfg) fix mount point for disk mediaThierry Vignaud2009-04-082-2/+9
| | | | | | rationale: for disk & nfs install, either resolve /tmp/image (using real mount point) or drop $::prefix, which makes url matches real mount point
* updatesKeld Simonsen2009-04-081-2/+2
|
* 12.26Thierry Vignaud2009-04-082-1/+3
|
* bootloader: add large-memory option to liloPascal Terjan2009-04-082-1/+3
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-04-081-1/+1
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-04-081-1/+1
|
* (set_media_auto_configurator,set_media_remover) kill them (now useless)Thierry Vignaud2009-04-081-10/+0
|
* (is_auto_configurable_class) kill it (now useless)Thierry Vignaud2009-04-081-1/+0
|
* do not check anymore for disks on startupThierry Vignaud2009-04-082-1/+2
|
* do not try to add media to /etc/fstab (#49621)Thierry Vignaud2009-04-082-11/+4
|
* (get_file_and_size) cleanupThierry Vignaud2009-04-081-2/+1
|
* (main) log where we segfaultedThierry Vignaud2009-04-082-1/+3
|
* (get_file_and_size) just use curl for ftp retrieval, like for httpThierry Vignaud2009-04-081-4/+1
|
* (install::http::get_file_and_size) just use curl instead of using ourThierry Vignaud2009-04-082-38/+23
| | | | | own http stack (thus fixing unable to set up network addittional media, #48887)
* (prep_net_suppl_media) call configure_media() so that one can installThierry Vignaud2009-04-082-0/+5
| | | | | basesystem before adding suppl network media (maybe should we display a wait message as urpm::media::configure() is costly?)
* (install::media::configure_media) extract it out of install::any::SetPackagesThierry Vignaud2009-04-082-3/+8
| | | | (needed for next commit)
* (adjust_paths_in_urpmi_cfg) prevent segfaulting in URPM::PACKAGE::DESTROY ↵Thierry Vignaud2009-04-081-2/+2
| | | | | | (#49673) (as will happen after next patches)
* include vmmouse driver (#49654)Thierry Vignaud2009-04-082-0/+3
|
* Update for Norwegian Bokmål translationOlav Dahlum2009-04-081-4/+4
|
* perl_checker cleanupsThierry Vignaud2009-04-071-3/+0
|
* blacklist one more moduleThierry Vignaud2009-04-071-0/+1
|
* Update for Norwegian Bokmål translationOlav Dahlum2009-04-071-6/+8
|
* Update for Norwegian Bokmål translationOlav Dahlum2009-04-071-16/+18
|
* Update for Norwegian Bokmål translationOlav Dahlum2009-04-071-12/+13
|
* when device has no description, use vendor string (and do not use defined() ↵Thierry Vignaud2009-04-072-2/+3
| | | | as we don't care about empty strings)
* list card readers as system components instead of unknows devicesThierry Vignaud2009-04-072-2/+5
|
* Russian translation updatedPavel Maryanov2009-04-071-1/+1
|
* Russian translation updatedPavel Maryanov2009-04-071-2/+2
|
* 12.25.1Thierry Vignaud2009-04-072-1/+3
|
* Russian translation updatedPavel Maryanov2009-04-071-388/+405
|
* (adjust_paths_in_urpmi_cfg) fix mount point for CD-ROM media (#49613)Thierry Vignaud2009-04-072-1/+4
| | | | | | | | | (prefix can be either /tmp/image for main media or real mount point) (regression introduced in r255093 on 2009-03-30: "(get_media) always trust stage1's /tmp/image (thus fixing ISO on NFS installation as well as NFS installation from cooker/ instead of eg cooker/i586 (#48874)")
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-04-061-8/+6
|
* 12.25Thierry Vignaud2009-04-062-1/+3
|
* include perl-Clone (needed for saving urpmi configuration)Thierry Vignaud2009-04-061-0/+1
|
* (_adjust_paths_in_urpmi_cfg) change it so that it consider per mediumThierry Vignaud2009-04-063-14/+15
| | | | | | | | physical medium instead of global medium ; fix path of NFS media after installation (setPackages) adjust paths in urpmi.cfg there instead of within get_media()
* (get_media_cfg) only associate current physical medium to newly added mediaThierry Vignaud2009-04-061-1/+4
|
* (setPackages) write urpmi config here instead as in get_media_cfg()Thierry Vignaud2009-04-062-5/+5
| | | | (which is not enough for standalone media)
* (get_standalone_medium, _get_medium) use urpmi in order to add supplementary ↵Thierry Vignaud2009-04-061-65/+5
| | | | medium
* (_get_media_url) extract it from get_media_cfg()Thierry Vignaud2009-04-061-12/+18
|