Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop Move support (unused for quite a long time and superceeded by Globetrotter | Thierry Vignaud | 2007-08-27 | 9 | -48/+10 |
| | | | | | which itself was obsoleted by Mdv One) | ||||
* | enlarge ask_from_list array size to match list_directory() | Olivier Blin | 2007-08-27 | 1 | -1/+1 |
| | |||||
* | simplify using string_array_length | Olivier Blin | 2007-08-27 | 1 | -8/+2 |
| | |||||
* | - fix loading linux software raid (mdadm) kernel modules | Pascal Rigaux | 2007-08-27 | 2 | -5/+14 |
| | | | | | (after rename raid5&raid6 -> raid456) | ||||
* | add raid456 module | Olivier Blin | 2007-08-27 | 2 | -1/+3 |
| | |||||
* | Update fr translation | Christophe Berthelé | 2007-08-25 | 1 | -110/+4 |
| | |||||
* | Japanese translation updated. | Yukiko Bando | 2007-08-25 | 1 | -9/+7 |
| | |||||
* | Japanese translation updated. | Yukiko Bando | 2007-08-25 | 1 | -107/+2 |
| | |||||
* | drop globetrotter support (unused for quite a long time and superceeded by ↵ | Thierry Vignaud | 2007-08-24 | 6 | -18/+12 |
| | | | | | | | Mdv One) we should just drop Mdv Move code btw... | ||||
* | bump release for installer (10.4.179) | Thierry Vignaud | 2007-08-24 | 2 | -1/+3 |
| | |||||
* | (setPackages) install kernel-desktop-devel-latest instead of | Thierry Vignaud | 2007-08-24 | 2 | -2/+5 |
| | | | | | | | | kernel-source-stripped-latest on upgrade we should select a more sensitive devel package (according to laptop/server/... flavor, but the bug was already there anyway... | ||||
* | bump release for installer (10.4.178) | Thierry Vignaud | 2007-08-24 | 2 | -1/+3 |
| | |||||
* | (bestKernelPackage) adapt to new kernel flavors | Thierry Vignaud | 2007-08-24 | 2 | -4/+7 |
| | |||||
* | 10.4.177 | Pascal Rigaux | 2007-08-24 | 2 | -1/+3 |
| | |||||
* | - fix typo in banner name (otherwise internal_error) | Pascal Rigaux | 2007-08-24 | 2 | -1/+3 |
| | | | | | titypo... | ||||
* | oops, it's me there | Olivier Blin | 2007-08-24 | 1 | -1/+1 |
| | |||||
* | 10.4.176 | Olivier Blin | 2007-08-24 | 2 | -1/+3 |
| | |||||
* | fix resolving category from module (mainly fix usbhid loading) | Olivier Blin | 2007-08-24 | 2 | -1/+3 |
| | |||||
* | 1.14 | Olivier Blin | 2007-08-23 | 2 | -1/+2 |
| | |||||
* | factorize code in a new device_match_modules_list() function and thus fix ↵ | Olivier Blin | 2007-08-23 | 2 | -28/+24 |
| | | | | segfault in USB detection code (when e->module is NULL, #32624) | ||||
* | 10.4.175 | Pascal Rigaux | 2007-08-23 | 2 | -1/+3 |
| | |||||
* | - fix typo making selectKeyboard step not called | Pascal Rigaux | 2007-08-23 | 2 | -1/+3 |
| | | | | | (and ensure it doesn't happen again) | ||||
* | update banner for beta2 | Olivier Blin | 2007-08-23 | 2 | -0/+1 |
| | |||||
* | drop /etc/sysconfig/usb configuration (not used anymore in initscripts) | Olivier Blin | 2007-08-23 | 2 | -1/+1 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2007-08-23 | 4 | -16/+28 |
| | | | | | | | o change the legend and the colors per partition (may change a little more...) | ||||
* | fix previous commit: focus_first focuses first editable entry (ie skip ↵ | Pascal Rigaux | 2007-08-22 | 1 | -2/+0 |
| | | | | "title" entries) | ||||
* | Updated Estonian translation. | Marek Laane | 2007-08-22 | 1 | -32/+7 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | update translation for Hebrew | Dotan Kamber | 2007-08-22 | 1 | -16/+6 |
| | |||||
* | 1.18 | Olivier Blin | 2007-08-21 | 2 | -1/+5 |
| | |||||
* | 1.13 | Olivier Blin | 2007-08-21 | 2 | -1/+9 |
| | |||||
* | 10.4.174 | Olivier Blin | 2007-08-21 | 2 | -1/+7 |
| | |||||
* | fallback on module name if the filename can't be found (in the rare case the ↵ | Olivier Blin | 2007-08-21 | 1 | -1/+6 |
| | | | | caller uses '-' in the module name) | ||||
* | Typo fix. | Mashrab Kuvatov | 2007-08-21 | 2 | -2/+2 |
| | |||||
* | remove kernel 2.4->2.6 module map, we don't use module names from pcitable ↵ | Olivier Blin | 2007-08-21 | 1 | -36/+5 |
| | | | | anymore | ||||
* | use '_' in module names when explicitely loading modules | Olivier Blin | 2007-08-21 | 4 | -6/+6 |
| | |||||
* | keep module in dependencies list even if it has no dependencies (to keep ↵ | Olivier Blin | 2007-08-21 | 1 | -4/+0 |
| | | | | track of its filename) | ||||
* | convert module name to filename before loading it (using modules.dep to get ↵ | Olivier Blin | 2007-08-21 | 2 | -2/+20 |
| | | | | filename) | ||||
* | rename name as modname in module_deps_elem struct | Olivier Blin | 2007-08-21 | 2 | -5/+5 |
| | |||||
* | merge category2modules_raw and category2modules (the first being unused) | Olivier Blin | 2007-08-21 | 1 | -8/+2 |
| | |||||
* | use category2modules (unchecked, and it seems flatten_and_check is not used ↵ | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
| | | | | anymore) | ||||
* | use module names instead of filenames for stage1 | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | set default per step banner title & icon for all steps | Thierry Vignaud | 2007-08-21 | 2 | -8/+16 |
| | |||||
* | do not display "Bootloader" step in drakx-in-chroot | Pascal Rigaux | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | "administrator" must be seen in translation (requested by product specs) | Pascal Rigaux | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2007-08-21 | 2 | -1/+3 |
| | | | | | | | o fix displaying umount error message (#32273) (would need a little cleaning of stderr) | ||||
* | use '_' in IDE module names | Olivier Blin | 2007-08-21 | 2 | -3/+3 |
| | |||||
* | (enteringStep) move default per step banner title & icon into step_lists' ↵ | Thierry Vignaud | 2007-08-21 | 2 | -31/+22 |
| | | | | steps table | ||||
* | - diskdrake: | Pascal Rigaux | 2007-08-21 | 3 | -0/+8 |
| | | | | | | o write mdadm.conf when it is modified (#32360) (a nicer fix would be to write it when needed, not so soon, but it's harder) | ||||
* | use intel_agp instead of intel-agp | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
| |