Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document options | Thierry Vignaud | 2012-05-23 | 1 | -11/+24 |
| | |||||
* | (parse_args,empty_packages) enable to go fast with 'tune-rpm'... | Thierry Vignaud | 2012-05-23 | 3 | -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' option | Thierry Vignaud | 2012-05-23 | 4 | -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::mount | Thierry Vignaud | 2012-05-23 | 1 | -1/+1 |
| | | | | | rationale: its nearly always needed anyway and it'll be always needed afer next commit | ||||
* | (selectMouse) usbmouse is dead for years | Thierry Vignaud | 2012-05-23 | 1 | -1/+0 |
| | |||||
* | (_setup_and_start_X) /dev/kbd is unused for quite some times | Thierry Vignaud | 2012-05-23 | 1 | -3/+0 |
| | |||||
* | no need to create /dev/zero and the like, udev already did it | Thierry Vignaud | 2012-05-23 | 3 | -3/+3 |
| | | | | | quite a lot more remain as we either lack prope udev rules or rely on older style entries or are needed in drakx-in-chroot mode | ||||
* | (init_modules_conf) explain | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | (init_modules_conf) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -5/+9 |
| | |||||
* | (main) we no more use a theme that depends on META_CLASS value | Thierry Vignaud | 2012-05-23 | 1 | -1/+0 |
| | |||||
* | (main) no need to create /dev/tty | Thierry Vignaud | 2012-05-23 | 1 | -2/+0 |
| | |||||
* | explain | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | drop useless install::http::close() | Thierry Vignaud | 2012-05-23 | 1 | -4/+0 |
| | |||||
* | (get_file_and_size) drop workaround for urpmi dying when downloader | Thierry Vignaud | 2012-05-23 | 1 | -5/+0 |
| | | | | | | fails and leaving us in another directory now that urpmi is fixed why didn't you fixed urpmi directly blino??? | ||||
* | (init_path) split it out of main() | Thierry Vignaud | 2012-05-23 | 2 | -3/+8 |
| | |||||
* | /usr/X11R6 is now empty | Thierry Vignaud | 2012-05-23 | 1 | -2/+2 |
| | |||||
* | (process_patch) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -5/+10 |
| | |||||
* | (init_mouse) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -4/+6 |
| | |||||
* | (init_auto_install) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -22/+26 |
| | |||||
* | simplify flow | Thierry Vignaud | 2012-05-23 | 1 | -1/+2 |
| | |||||
* | (pre_init_brltty) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -8/+12 |
| | |||||
* | (process_auto_steps) split it out main() | Thierry Vignaud | 2012-05-23 | 1 | -7/+11 |
| | |||||
* | (init_env_share) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -6/+10 |
| | |||||
* | (parse_args) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -14/+20 |
| | |||||
* | (real_main) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -1/+5 |
| | |||||
* | (finish_install) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -0/+4 |
| | |||||
* | (step_init) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -18/+23 |
| | |||||
* | (read_product_id) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -11/+13 |
| | |||||
* | (init_brltty) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -6/+8 |
| | |||||
* | (read_stage1_net_conf) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -27/+29 |
| | |||||
* | (sig_segv_handler) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -9/+11 |
| | |||||
* | document | Thierry Vignaud | 2012-05-23 | 1 | -0/+7 |
| | |||||
* | better flow | Thierry Vignaud | 2012-05-23 | 1 | -3/+5 |
| | |||||
* | (init_local_install) split it out of main() | Thierry Vignaud | 2012-05-23 | 1 | -8/+11 |
| | |||||
* | kill last remanents of kernel-2.4.x | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | add some spacing | Thierry Vignaud | 2012-05-23 | 1 | -0/+6 |
| | |||||
* | (chooseGroups) factorize !isUpgrade test | Thierry Vignaud | 2012-05-23 | 1 | -5/+4 |
| | |||||
* | (offer_minimal_options) split it out of chooseGroups() | Thierry Vignaud | 2012-05-23 | 1 | -2/+7 |
| | |||||
* | (chooseGroups) remember values when clicking "previous" | Thierry Vignaud | 2012-05-23 | 2 | -2/+6 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-05-23 | 1 | -5/+8 |
| | |||||
* | document | Thierry Vignaud | 2012-05-23 | 1 | -0/+7 |
| | |||||
* | 14.2214.22 | Anne Nicolas | 2012-05-15 | 1 | -0/+2 |
| | |||||
* | don't update UsePAM option in sshd configuration | Nicolas Vigier | 2012-05-15 | 1 | -0/+2 |
| | |||||
* | describe anne's change | Thierry Vignaud | 2012-05-15 | 1 | -0/+1 |
| | |||||
* | 14.22 never was released | Thierry Vignaud | 2012-05-15 | 1 | -2/+0 |
| | |||||
* | fix rtp log and move where it belongs | Thierry Vignaud | 2012-05-15 | 1 | -0/+4 |
| | |||||
* | Final release of Mageia 2 | Anne Nicolas | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | move changelog where's relevant | Thierry Vignaud | 2012-05-13 | 1 | -2/+0 |
| | |||||
* | include "fuse" module (mga#5685) | Thierry Vignaud | 2012-05-13 | 1 | -0/+2 |
| | |||||
* | 14.2114.21 | Thierry Vignaud | 2012-05-11 | 1 | -0/+2 |
| |