Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (check_kernel_module_packages) make ext package optionnal | Olivier Blin | 2004-09-14 | 1 | -3/+5 |
| | |||||
* | - simplify ->check_kernel_module_packages, same for install and standalone | Pascal Rigaux | 2004-09-13 | 1 | -54/+22 |
| | | | | | - create ->are_available used by ->check_kernel_module_packages | ||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -0/+15 |
| | |||||
* | - do_pkgs_standalone->new doesn't *need* a $in anymore | Pascal Rigaux | 2004-07-21 | 1 | -13/+27 |
| | | | | | - ->in replace ->{in} so that it can be created on demand (ugly, but...) | ||||
* | ->{in}->do_pkgs gives the same kind of object, removing it | Pascal Rigaux | 2004-07-21 | 1 | -1/+1 |
| | |||||
* | merge globetrotter support from MDK-10-branch | Thierry Vignaud | 2004-06-18 | 1 | -1/+1 |
| | |||||
* | use pkgs::packagesProviding() | Pascal Rigaux | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | rename ensure_is_installed_if_availlable( as ensure_is_installed_if_available() | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (ensure_is_installed_if_availlable) introduce it in order to check if we need | Thierry Vignaud | 2004-03-08 | 1 | -0/+7 |
| | | | | | | to install a package, then install it if it's availlable (eg: for binary drivers not availlable in download edition) | ||||
* | change return type of pkgs::packages2kernels() | Pascal Rigaux | 2004-02-12 | 1 | -3/+2 |
| | |||||
* | (ensure_is_installed): file to test if the package is installed is optional. | Pascal Rigaux | 2004-02-04 | 1 | -4/+4 |
| | | | | | But in that case, you have to check if it is installed first. | ||||
* | - factorize kernel regexp in analyse_kernel_name() | Pascal Rigaux | 2004-01-19 | 1 | -11/+12 |
| | | | | | - remove special kernel choosing in packageCallbackChoices() | ||||
* | - install_steps_auto_install is not a interactive but still needs do_pkgs | Pascal Rigaux | 2004-01-12 | 1 | -7/+10 |
| | | | | | | - so making do_pkgs a class, and interactive and install_steps will inheritate from it - do_pkgs renamed into do_pkgs_common, containing the things common to do_pkgs_during_install and do_pkgs_standalone | ||||
* | new do_pkgs package which get rid of pkgs_interactive::* which was in ↵ | Pascal Rigaux | 2004-01-09 | 1 | -0/+218 |
install_any and standalone, and partially duplicated |