summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* Updated NEWS.Eugeni Dodonov2009-05-041-0/+2
|
* updated finnish translationJani Välimaa2009-04-291-24/+28
|
* updated finnish translationJani Välimaa2009-04-291-27/+25
|
* fix detecting scannersThierry Vignaud2009-04-282-1/+3
|
* (detect) fix keeping around device as seen by detect_devices for frontends ↵Thierry Vignaud2009-04-281-1/+3
| | | | | | | (eg: for harddrake) (why perl_checker didn't found out the variable referenced out of its scope???)
* (detect) do not reject scanners handled by 'usbcore' driver (eg: ↵Thierry Vignaud2009-04-282-1/+4
| | | | "KODAK|i1320 SCANNER")
* Update for Norwegian Bokmål translationOlav Dahlum2009-04-271-1/+1
|
* updated finnish translationJani Välimaa2009-04-271-3/+3
|
* updated finnish translationJani Välimaa2009-04-241-9/+9
|
* minor update to finnish translationJani Välimaa2009-04-241-1/+1
|
* updated finnish translationJani Välimaa2009-04-241-3/+3
|
* updated finnish translationJani Välimaa2009-04-241-84/+58
|
* minor update to finnish translationJani Välimaa2009-04-241-2/+2
|
* 12.35Olivier Blin2009-04-242-1/+3
|
* remove unused parameter (again)Olivier Blin2009-04-241-1/+1
|
* remove unused parameter in installPackages (fix passing interactive setting)Olivier Blin2009-04-244-5/+8
|
* 12.34Thierry Vignaud2009-04-242-1/+3
|
* do not set urpmi in automatic mode for gtk installsOlivier Blin2009-04-242-1/+4
| | | | | (was set correctly for plain interactive installs only)
* updated finnish translationJani Välimaa2009-04-241-9/+9
|
* add regression tracking dataThierry Vignaud2009-04-231-0/+1
|
* 12.33Thierry Vignaud2009-04-233-1/+5
|
* (selectInstallClass) fix not offering to upgrade 32 bit installationsThierry Vignaud2009-04-232-1/+3
| | | | | | (regression introduced by pterjan in r255238 on 2009-03-31: "Don't list installed distros with other archs as ugrading betweenarchs is not supported")
* handle virtio block devicesPascal Terjan2009-04-233-1/+12
|
* 12.32Thierry Vignaud2009-04-232-1/+3
|
* (adjust_paths_in_urpmi_cfg) fix cdrom path in urpmi.cfg for dual arch ISOsThierry Vignaud2009-04-232-3/+2
|
* don't set umask=0 by default on windows partitions in 'secure' levelPascal Terjan2009-04-232-2/+4
|
* updated finnish translationJani Välimaa2009-04-231-278/+353
|
* (interactive_help) fix displaying help at install timeThierry Vignaud2009-04-222-2/+4
|
* 12.31Thierry Vignaud2009-04-223-1/+5
|
* (empty_packages) use --force like older installer (and dropThierry Vignaud2009-04-222-2/+2
| | | | | --replacepkgs which is implied by force in URPM.xs)
* (empty_packages) use --replacepkgs like older installerThierry Vignaud2009-04-222-0/+3
|
* (createXconf) set mouse driver as 'vmmouse' for vmware (#49654)Thierry Vignaud2009-04-222-2/+5
|
* revert latest commit (uneeded)Thierry Vignaud2009-04-221-12/+8
|
* fix left backgroundAnne Nicolas2009-04-222-0/+1
|
* (createXconf) split out mouse section (needed for next commit)Thierry Vignaud2009-04-221-8/+12
|
* Updated Slovenian translationJure Repinc2009-04-221-20/+19
|
* Updated Slovenian translationJure Repinc2009-04-221-57/+60
|
* Updated Slovenian translationJure Repinc2009-04-221-17/+17
|
* Updated Slovenian translationJure Repinc2009-04-221-13/+13
|
* log annes's changeThierry Vignaud2009-04-211-0/+1
|
* Modify custom desktop imagesAnne Nicolas2009-04-212-0/+0
|
* handle partition starting after 1ToPascal Terjan2009-04-213-2/+7
|
* minor updates to finnish translationJani Välimaa2009-04-211-9/+9
|
* sortThierry Vignaud2009-04-211-2/+2
|
* 12.30Thierry Vignaud2009-04-213-1/+5
|
* ensure ntp package is installed when configuring ntpOlivier Blin2009-04-212-0/+5
|
* do not crash if loading new drivers fails (happened with amd64_agp wrongly ↵Olivier Blin2009-04-212-1/+7
| | | | listed in pcitable, #43870)
* (check) add a basic testsuite (ensuring it compiles) in order toThierry Vignaud2009-04-212-0/+7
| | | | | | | prevent future crashes like #50009 rationale: make sure every perl module and tool pass perl_checker
* log anne's changesThierry Vignaud2009-04-211-0/+1
|
* (check) add a basic testsuite (ensuring it compiles) in order toThierry Vignaud2009-04-212-0/+7
| | | | | | | prevent future crashes like #50009 rationale: make sure every perl module and tool pass perl_checker