Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ensure_dev_exists,getXenBlk,simple_partition_scan,should_prefer_UUID) add ↵ | Thierry Vignaud | 2012-05-23 | 5 | -3/+26 |
| | | | | | | support for XenBlk discs needs testing | ||||
* | 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 | 6 | -7/+4 |
| | | | | | 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 | ||||
* | don't call urpmi with --gui, this is useless | Thierry Vignaud | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | (install) kill obsolete comment | Thierry Vignaud | 2012-05-23 | 1 | -1/+0 |
| | |||||
* | (detect_during_install) simplify | Thierry Vignaud | 2012-05-23 | 1 | -3/+1 |
| | |||||
* | (write_conf) explain | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | (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 |
| | |||||
* | (mirrors_raw) simplify | Thierry Vignaud | 2012-05-23 | 1 | -6/+1 |
| | |||||
* | (_mirrors_raw_standalone) split it out of mirrors_raw() | Thierry Vignaud | 2012-05-23 | 1 | -6/+13 |
| | |||||
* | (_mirrors_raw_install) split it out of mirrors_raw() | Thierry Vignaud | 2012-05-23 | 1 | -7/+14 |
| | |||||
* | (_format_raw) factorize with similar code | Thierry Vignaud | 2012-05-23 | 1 | -9/+4 |
| | |||||
* | (_format_raw) split it out of format_() | Thierry Vignaud | 2012-05-23 | 1 | -0/+5 |
| | |||||
* | drop useless install::http::close() | Thierry Vignaud | 2012-05-23 | 2 | -5/+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 | 2 | -3/+3 |
| | |||||
* | (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 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-05-23 | 1 | -1/+2 |
| | | | | | sync with MDK::Common explain from where output() come | ||||
* | fix "not enough parameters" and actually display error messages | Thierry Vignaud | 2012-05-23 | 1 | -1/+1 |
| | | | | bug for 11+ years... | ||||
* | supplement blacklist | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | (install_module) merge install_module_raw() in it | Thierry Vignaud | 2012-05-23 | 1 | -6/+1 |
| | |||||
* | (install_module_raw) 'descr' arg is now mandatory since simpe calls just ↵ | Thierry Vignaud | 2012-05-23 | 1 | -2/+2 |
| | | | | vanished |