Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - internal | Pascal Rigaux | 2007-08-12 | 4 | -9/+16 |
| | | | | | | o use urpm::select::get_preferred to choose preferred packages (need urpmi library >= 4.10.1) | ||||
* | - internal | Pascal Rigaux | 2007-08-12 | 2 | -3/+9 |
| | | | | | | | | | o computeGroupSize: do direct requires before choices (eg for epiphany: require libmozilla-firefox2.0.0.6 before choosing package providing libmozjs.so) ps: is such a thing already done in perl-URPM's resolve_requested() ? | ||||
* | computeGroupSize(): use packageCallbackChoices() | Pascal Rigaux | 2007-08-12 | 1 | -19/+11 |
| | |||||
* | perl-URPM callback gives us the virtual name, do display it instead of a ↵ | Pascal Rigaux | 2007-08-12 | 1 | -2/+2 |
| | | | | mess of things | ||||
* | fix typo (from 2003-02-25) | Pascal Rigaux | 2007-08-12 | 1 | -1/+1 |
| | |||||
* | rename {mediums} field into {media} to be compatible with urpm:: modules ↵ | Pascal Rigaux | 2007-08-12 | 4 | -23/+23 |
| | | | | (from urpmi) | ||||
* | revert wrong change | Pascal Rigaux | 2007-08-11 | 1 | -1/+0 |
| | | | | | | | committed in "Apr 28 15:47:50 2006" when moving install_steps_auto_install to install::step_auto_install. commit not available in svn, but can be seen in svn_corrupted | ||||
* | 10.4.16510.4.165 | Thierry Vignaud | 2007-08-10 | 1 | -0/+2 |
| | |||||
* | (pci_probe__real) let modules returned by modaliases be back compatible | Thierry Vignaud | 2007-08-10 | 1 | -0/+2 |
| | |||||
* | 10.4.16410.4.164 | Pascal Rigaux | 2007-08-09 | 1 | -0/+2 |
| | |||||
* | document the change in install::steps which is needed for new ↵ | Pascal Rigaux | 2007-08-09 | 1 | -0/+1 |
| | | | | drakx-kbd-mouse-X11 | ||||
* | simplify code using Xconfig::proprietary::pkgs_for_Driver2 from ↵ | Pascal Rigaux | 2007-08-08 | 1 | -2/+2 |
| | | | | drakx-kbd-mouse-X11 0.21 | ||||
* | (pci_probe) cache PCI probe results at install time too | Thierry Vignaud | 2007-08-08 | 1 | -0/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | release stage2 btw (10.4.162)10.4.162 | Thierry Vignaud | 2007-08-08 | 1 | -0/+2 |
| | |||||
* | - drakboot: | Pascal Rigaux | 2007-08-08 | 1 | -0/+3 |
| | | | | | | o allow choosing another bootloader method when a package cannot be installed (occurs on 2008.0 beta1 where mandriva-gfxboot-theme is missing) | ||||
* | update translation for basque (euskara) | Iñigo Salvador Azurmendi | 2007-08-08 | 1 | -3/+3 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2007-08-08 | 1 | -0/+3 |
| | | | | | | | | o do not show partition types which have no associated filesystem for LVM LV (#32326) nb: we still would need to have pt_type per partition_table types | ||||
* | - allow using diskdrake even if there is only a lvm PV on full disk available | Pascal Rigaux | 2007-08-08 | 1 | -0/+1 |
| | |||||
* | update translation for basque (euskara) | Iñigo Salvador Azurmendi | 2007-08-08 | 1 | -89/+30 |
| | |||||
* | (miscellaneousBefore) better log message | Thierry Vignaud | 2007-08-07 | 1 | -1/+1 |
| | |||||
* | silently set the default security level as 3 | Thierry Vignaud | 2007-08-07 | 2 | -2/+2 |
| | |||||
* | (summary) warn if the security level will prevent accessig windows partitions | Thierry Vignaud | 2007-08-07 | 2 | -2/+6 |
| | |||||
* | (check_security_level) split it out of miscellaneous() | Thierry Vignaud | 2007-08-07 | 1 | -4/+9 |
| | |||||
* | reorder | Thierry Vignaud | 2007-08-07 | 1 | -2/+2 |
| | |||||
* | kill security level step (only reachable from summary now) | Thierry Vignaud | 2007-08-07 | 2 | -1/+2 |
| | |||||
* | (summary_prompt) render titles in bold | Thierry Vignaud | 2007-08-07 | 2 | -2/+4 |
| | |||||
* | (summary) reorder steps according to specs | Thierry Vignaud | 2007-08-07 | 2 | -36/+36 |
| | |||||
* | make drakx-in-chroot work with new libldetect: | Pascal Rigaux | 2007-08-07 | 1 | -0/+1 |
| | | | | | | | | - /sys must be mounted - /lib/modules/<version>/modules.{dep,alias} are needed nb: still need to modify drakx-installer-images | ||||
* | * 2007-08-06 Reinout van Schouwen <reinout@gmail.com> - nl.po: updated ↵ | Reinout van Schouwen | 2007-08-06 | 1 | -23/+26 |
| | | | | Dutch translation | ||||
* | restore progress bar when formatting ext3 | Pascal Rigaux | 2007-08-06 | 1 | -0/+1 |
| | |||||
* | - fix range max value >2TB when creating a partition (useful for LVs >2TB) | Pascal Rigaux | 2007-08-06 | 3 | -2/+4 |
| | | | | | | nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB | ||||
* | 10.4.158 | Pascal Rigaux | 2007-08-03 | 1 | -0/+2 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2007-08-03 | 1 | -0/+2 |
| | | | | | | | o allow setting "flush" option (for vfat) - install: o configure removable writable media to use "flush" option instead of "sync" (#23042) | ||||
* | update translation for Hebrew | Dotan Kamber | 2007-08-03 | 1 | -7/+6 |
| | |||||
* | - restore consoletrans handling and adapt it to kbd | Pascal Rigaux | 2007-08-02 | 1 | -2/+2 |
| | | | | | - find a working font for iso-8859-7 (greek) | ||||
* | 10.4.155 | Pascal Rigaux | 2007-08-02 | 1 | -3/+2 |
| | |||||
* | use kbd (setfont) instead of console-tools (consolechars) | Pascal Rigaux | 2007-08-02 | 3 | -3/+5 |
| | | | | | | quickly adapting fonts to match existing kbd fonts, so dropping some for which i can't find a working equivalent | ||||
* | 10.4.154 | Pascal Rigaux | 2007-08-02 | 1 | -0/+2 |
| | |||||
* | drop supermount support (it has been dropped from our kernel) | Pascal Rigaux | 2007-08-02 | 3 | -3/+3 |
| | |||||
* | service xfs is not used anymore by default (see also #32051) | Pascal Rigaux | 2007-08-01 | 2 | -2/+1 |
| | |||||
* | rescuept is no more in util-linux, so | Pascal Rigaux | 2007-07-31 | 2 | -1/+4 |
| | | | | | | | | - diskdrake: drop "Rescue partition table" feature (was based on rescuept which has been dropped in util-linux, but was quite bad compared to testdisk anyway) - rescue: remove rescuept (use testdisk instead, which is much nicer) | ||||
* | update | José Melo | 2007-07-30 | 1 | -90/+27 |
| | |||||
* | 10.4.150 | Olivier Blin | 2007-07-24 | 1 | -0/+1 |
| | |||||
* | update banner for 2008 beta 1 (from Anne) | Olivier Blin | 2007-07-24 | 2 | -0/+2 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2007-07-20 | 1 | -10/+7 |
| | |||||
* | update translation for Hebrew | Dotan Kamber | 2007-07-17 | 1 | -3/+95 |
| | |||||
* | 10.4.149 | Olivier Blin | 2007-07-17 | 1 | -0/+3 |
| | |||||
* | 10.4.148 | Olivier Blin | 2007-07-17 | 1 | -0/+2 |
| | |||||
* | update translation for Hebrew | Dotan Kamber | 2007-07-16 | 1 | -2/+105 |
| |