summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
...
* (setPackages) simplify after previous commitThierry Vignaud2012-06-111-4/+2
|
* (setPackages) kill 6 years old hack for selecting task-kde on upgrade (when ↵Thierry Vignaud2012-06-111-4/+0
| | | | it was introduced)
* (setPackages) call clean_rpmdb_shared_regions() early thus fixing upgrade ↵Thierry Vignaud2012-06-112-0/+5
| | | | | | | | with rpm-4.10.0: "error: db5 error (-30969) from dbenv->open: BDB0091 DB_VERSION_MISMATCH: Database environment version mismatch error: cannot open Packages index using db5 - (-30969) error: cannot open Packages database in /mnt/var/lib/rpm/"
* (empty_packages) log where fatal errors happenThierry Vignaud2012-06-111-1/+1
|
* (empty_packages::fatal) log the error message tooThierry Vignaud2012-06-111-1/+1
|
* pt translations from simplew and fix of a fuzzy string in the French ↵Rémi Verschelde2012-06-101-168/+169
| | | | translation of urpmi
* really fix build with brltty-4.3Thierry Vignaud2012-06-072-1/+3
|
* 14.2714.27Thierry Vignaud2012-06-071-0/+2
|
* fix build with brltty-4.3Thierry Vignaud2012-06-072-1/+2
|
* (main) do not try to mount /sys twice if udev was started by a script in ↵Thierry Vignaud2012-06-051-1/+1
| | | | debug mode
* (spawnShell) spawn a shell like in regular modeThierry Vignaud2012-06-052-1/+2
|
* (start_udev) do not start udev twice in debug modeThierry Vignaud2012-06-052-0/+3
|
* just start the installer if one quits the shell in debug modeThierry Vignaud2012-06-052-1/+5
|
* do not include "screen" terminfo anymoreThierry Vignaud2012-06-051-1/+0
| | | | (but in rescue as we include the screen program...)
* 14.2614.26Thierry Vignaud2012-06-051-0/+2
|
* fix detecting if Xorg started successfullyThierry Vignaud2012-06-052-1/+3
|
* 14.2514.25Thierry Vignaud2012-06-041-0/+2
|
* (new,_setup_and_start_X) fix fallbacking on curses install aka abortThierry Vignaud2012-06-042-2/+4
| | | | | | | gtk install startup if X failed to start issue introduced in r2434 on Dec 16 2011: "(_setup_and_start_X) split it out of new()"
* (createXconf) simplify, more readableThierry Vignaud2012-06-041-2/+2
|
* describe funda's changeThierry Vignaud2012-06-041-0/+1
|
* revert last commit: as stated by the comment, this is _NOT_ the boot loaderThierry Vignaud2012-06-031-2/+2
|
* Fix of a fuzzy string in the French translation of drakx-installRémi Verschelde2012-06-031-2/+2
|
* really use oxygen themeFunda Wang2012-06-031-13/+2
|
* use oxygen-gtk themeFunda Wang2012-06-031-1/+1
|
* Sync translations with changes in meta-task/compssUsers.pl (253001): ↵Yuri Chornoivan2012-06-0272-10852/+10852
| | | | MySQL->MariaDB
* use proper design from original authorAnne Nicolas2012-05-317-0/+2
|
* use proper design from original authorAnne Nicolas2012-05-311-0/+0
|
* 14.2414.24Thierry Vignaud2012-05-311-0/+2
|
* fix build with perl-5.16.0Thierry Vignaud2012-05-312-2/+2
|
* disable some modules, thus silent some error messages in /var/log/Xorg*logThierry Vignaud2012-05-311-0/+8
| | | | (should have been done years ago...)
* adapt to latest xkbThierry Vignaud2012-05-302-1/+3
|
* 14.23.114.23.1Thierry Vignaud2012-05-291-0/+2
|
* sort perl modulesThierry Vignaud2012-05-291-46/+46
|
* include newly needed moduleThierry Vignaud2012-05-292-0/+3
|
* 14.2314.23Thierry Vignaud2012-05-281-0/+2
|
* Update Greek translationDimitrios Glentadakis2012-05-271-4/+4
|
* (install_pms) clean more inline docsThierry Vignaud2012-05-241-1/+1
|
* (install_pms) fix it so that it works if manually run over drakx-net codeThierry Vignaud2012-05-241-1/+1
| | | | eg: when testing new drakx-net code
* (install_pms) sortThierry Vignaud2012-05-241-1/+1
|
* (beforeInstallPackages) simplifyThierry Vignaud2012-05-241-9/+5
|
* add missing bug IDThierry Vignaud2012-05-231-1/+1
|
* (call_blkid) use newly introduced get_stdout_raw() to reduce blkidThierry Vignaud2012-05-231-0/+1
| | | | timeout to 30 seconds (mga#5979)
* in that context, this is betterThierry Vignaud2012-05-231-1/+1
|
* (ensure_dev_exists,getXenBlk,simple_partition_scan,should_prefer_UUID) add ↵Thierry Vignaud2012-05-231-0/+2
| | | | | | support for XenBlk discs needs testing
* document optionsThierry Vignaud2012-05-231-11/+24
|
* (parse_args,empty_packages) enable to go fast with 'tune-rpm'...Thierry Vignaud2012-05-233-0/+3
| | | | | for testing (it looks like urpm::set_tune_rpm() is more effective than what does install::pkgs::install() & _remove_raw()
* (parse_args,empty_packages) add support for 'justdb' optionThierry Vignaud2012-05-234-3/+8
| | | | | | | | | | | (for fast testing; warning: no coverage for %post scripts errors or missing requires, non explicit file conflicts, ...) (installPackages) don't try to run ldconfig in 'justdb' mode (configureNetwork) don't try to set firewall, file tests will fail (afterInstallPackages) don't check for file
* always load fs::mountThierry Vignaud2012-05-231-1/+1
| | | | | rationale: its nearly always needed anyway and it'll be always needed afer next commit
* (selectMouse) usbmouse is dead for yearsThierry Vignaud2012-05-231-1/+0
|
* (_setup_and_start_X) /dev/kbd is unused for quite some timesThierry Vignaud2012-05-231-3/+0
|