Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_setup_and_start_X) split it out of new() | Thierry Vignaud | 2011-12-16 | 1 | -42/+47 |
| | |||||
* | (_launchX) split it out of new() | Thierry Vignaud | 2011-12-16 | 1 | -48/+50 |
| | |||||
* | do not hardcode systemd default through kernel command line, it should be ↵ | Olivier Blin | 2011-12-14 | 1 | -0/+3 |
| | | | | easily overridable by just picking the proper init package | ||||
* | (exitInstall) fix distro name in /root/drakx/README | Thierry Vignaud | 2011-12-12 | 1 | -2/+2 |
| | | | | (bogus cleaning on importing drakx) | ||||
* | fix version | Anne Nicolas | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | update news | Anne Nicolas | 2011-12-11 | 1 | -0/+4 |
| | |||||
* | update for Mageia 2 - Alpha 2 | Anne Nicolas | 2011-12-09 | 1 | -0/+0 |
| | |||||
* | Fix some glitches in Ukrainian translation. | Yuri Chornoivan | 2011-11-24 | 2 | -10/+11 |
| | |||||
* | fix build | Thierry Vignaud | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | add missing 13.67 & 13.68 entries | Thierry Vignaud | 2011-11-14 | 1 | -0/+8 |
| | |||||
* | 13.69 | Thierry Vignaud | 2011-11-14 | 1 | -0/+2 |
| | |||||
* | fix testing network (missing Net/Ping.pm) | Thierry Vignaud | 2011-11-14 | 2 | -0/+3 |
| | |||||
* | left banner for Mageia 2 alpha 1 | Anne Nicolas | 2011-11-10 | 1 | -0/+0 |
| | |||||
* | 13.66 | Thierry Vignaud | 2011-10-20 | 1 | -0/+2 |
| | |||||
* | include png loader from gdk_pixbuf2.0_0-loaders-png15 | Thierry Vignaud | 2011-10-20 | 2 | -0/+2 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2011-10-10 | 1 | -2/+2 |
| | |||||
* | fix missing "Mageia" instances (found by perl_checker) | Thierry Vignaud | 2011-10-10 | 2 | -3/+5 |
| | |||||
* | 13.65 | Thierry Vignaud | 2011-09-19 | 1 | -0/+2 |
| | |||||
* | (bad_signature) offer not to ask again about bad signatures | Thierry Vignaud | 2011-09-19 | 2 | -1/+9 |
| | |||||
* | (bad_signature) simplify | Thierry Vignaud | 2011-09-19 | 1 | -5/+2 |
| | |||||
* | (add_kernel) default to systemd (through "init=/bin/systemd") | Thierry Vignaud | 2011-09-19 | 1 | -0/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2011-09-17 | 1 | -1/+1 |
| | |||||
* | (default_packages) install perl-Hal-Cdroms for urpmi when needed | Thierry Vignaud | 2011-09-17 | 2 | -0/+3 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2011-09-17 | 1 | -4/+3 |
| | |||||
* | (_try_to_upgrade,_prepare_upgrade) split them out of | Thierry Vignaud | 2011-09-17 | 1 | -43/+51 |
| | | | | selectInstallClass() for readability | ||||
* | (beforeInstallPackages) always live patch URPM to favor packages | Thierry Vignaud | 2011-09-17 | 2 | -1/+4 |
| | | | | | | with mga extension when upgrading (move the call to live_patch_URPM() from upgrading_redhat() here) | ||||
* | (live_patch_URPM) split it out of upgrading_redhat() | Thierry Vignaud | 2011-09-17 | 1 | -4/+8 |
| | |||||
* | (prefering_mdv) renamed as prefering_mga() | Thierry Vignaud | 2011-09-17 | 1 | -3/+3 |
| | |||||
* | (upgrading_redhat) only favor mga, we don't have packages with mdv or mnb in ↵ | Thierry Vignaud | 2011-09-17 | 2 | -2/+5 |
| | | | | release tag | ||||
* | 13.64 | Thierry Vignaud | 2011-09-08 | 1 | -0/+2 |
| | |||||
* | cleanup | Thierry Vignaud | 2011-09-08 | 1 | -2/+0 |
| | |||||
* | util-linux-ng was renamed util-linux (fix installation error) | Thierry Vignaud | 2011-09-08 | 1 | -0/+1 |
| | |||||
* | (installPackages) only retrieve release notes once during installation | Thierry Vignaud | 2011-09-08 | 2 | -1/+4 |
| | | | | | (also reduces install log size) | ||||
* | (default_packages) install more packages earlier, preventing useless installing | Thierry Vignaud | 2011-09-08 | 2 | -0/+9 |
| | | | | | | | | steps later at summary stage also fix "program not found: grub-gfxmenu" error message while installing (which probably happens since we moved bootloader setup later, at summary) | ||||
* | 13.63 | Thierry Vignaud | 2011-09-07 | 1 | -0/+2 |
| | |||||
* | (default_packages) merge cpufreq detection logic into | Thierry Vignaud | 2011-09-07 | 2 | -2/+2 |
| | | | | | | detect_devices::hasCPUFreq(), which is cleaner and enable us to install cpufreq on more cases | ||||
* | (default_packages) better microcode_ctl management | Thierry Vignaud | 2011-09-07 | 2 | -0/+2 |
| | |||||
* | (hasCPUFreq) fix cpufreq detection corrupting other types | Thierry Vignaud | 2011-09-07 | 1 | -0/+2 |
| | |||||
* | 13.62 | Thierry Vignaud | 2011-08-22 | 1 | -0/+2 |
| | |||||
* | (hasCPUMicrocode) add support to detect if CPU microcode is upgradable | Thierry Vignaud | 2011-08-22 | 1 | -0/+2 |
| | |||||
* | partition_table: align partitions to 1MB boundaries to avoid | Anssi Hannula | 2011-08-06 | 1 | -0/+3 |
| | | | | performance issues with drives with 4k physical sectors (mga#1215) | ||||
* | 13.61.1 | Thierry Vignaud | 2011-08-05 | 1 | -0/+2 |
| | |||||
* | (selectLanguage_install) "Multi languages" => "Multiple languages" (mga#1011) | Thierry Vignaud | 2011-08-05 | 1 | -0/+1 |
| | |||||
* | (choosePackages) do not crash if there's no mirror cache to erase | Thierry Vignaud | 2011-08-05 | 2 | -1/+3 |
| | |||||
* | 13.61 | Thierry Vignaud | 2011-08-01 | 1 | -0/+2 |
| | |||||
* | fix build with perl-5.14.x | Thierry Vignaud | 2011-08-01 | 2 | -1/+1 |
| | |||||
* | (pack) spaces are not allowed between options in /etc/fstab (#2271) | Thierry Vignaud | 2011-08-01 | 1 | -0/+1 |
| | |||||
* | (choosePackages) clear the mirror cache before upgrading (#1557) | Thierry Vignaud | 2011-08-01 | 2 | -0/+4 |
| | |||||
* | (hasCPUFreq) detect machines needing cpufreq | Thierry Vignaud | 2011-08-01 | 1 | -0/+1 |
| | |||||
* | (getInputDevices,hasNumpad) detect (at least some (eg: Compaq USB numpad) ↵ | Thierry Vignaud | 2011-08-01 | 1 | -0/+1 |
| | | | | (#1099) |