Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | use usb_storage instead of usb-storage | Olivier Blin | 2007-08-21 | 4 | -7/+7 |
| | |||||
* | kill old usb-storage code, mkinitrd now loads it when necessary | Olivier Blin | 2007-08-21 | 1 | -10/+0 |
| | |||||
* | update | Thierry Vignaud | 2007-08-21 | 1 | -14/+12 |
| | |||||
* | update | Thierry Vignaud | 2007-08-21 | 1 | -9/+9 |
| | |||||
* | update | Thierry Vignaud | 2007-08-21 | 1 | -11/+8 |
| | |||||
* | sync with code | Thierry Vignaud | 2007-08-21 | 71 | -4312/+4384 |
| | |||||
* | sync with code | Thierry Vignaud | 2007-08-21 | 71 | -2543/+2898 |
| | |||||
* | 1.17 | Olivier Blin | 2007-08-21 | 2 | -1/+5 |
| | |||||
* | 10.4.173 | Olivier Blin | 2007-08-21 | 2 | -1/+3 |
| | |||||
* | use category2modules whenever possible (i.e. when module dependencies are ↵ | Olivier Blin | 2007-08-21 | 1 | -2/+2 |
| | | | | available) | ||||
* | convert module names to module filenames | Olivier Blin | 2007-08-21 | 2 | -1/+3 |
| | |||||
* | update doc | Pascal Rigaux | 2007-08-21 | 1 | -3/+3 |
| | |||||
* | add a filenames hash and modname2filename() | Olivier Blin | 2007-08-21 | 1 | -2/+10 |
| | |||||
* | use modname notation for dependencies | Olivier Blin | 2007-08-21 | 1 | -2/+3 |
| | |||||
* | update some doc | Pascal Rigaux | 2007-08-21 | 1 | -13/+2 |
| | |||||
* | add filename2modname | Olivier Blin | 2007-08-21 | 1 | -2/+8 |
| | |||||
* | use 127.0.0.1 instead of localhost | Pascal Rigaux | 2007-08-21 | 1 | -1/+1 |
| | | | | | (it is needed by Frank Griffin to make it work, cf cooker mailing list) | ||||
* | keep modules without dependencies in modules.dep, this file is used to get ↵ | Olivier Blin | 2007-08-21 | 1 | -6/+3 |
| | | | | the module filename | ||||
* | (load_raw_install) do warn if pata driver failed to load (now that | Thierry Vignaud | 2007-08-21 | 1 | -2/+0 |
| | | | | | pcitable do not list modules not present in current kernel) | ||||
* | (new) fix wrong test (pixel), thus restoring support setted banner | Thierry Vignaud | 2007-08-21 | 1 | -1/+1 |
| | | | | | which was accidently broken by per step banner | ||||
* | 1.16 | Olivier Blin | 2007-08-20 | 2 | -1/+5 |
| | |||||
* | 10.4.172 | Olivier Blin | 2007-08-20 | 3 | -1/+10 |
| | |||||
* | style | Olivier Blin | 2007-08-20 | 1 | -0/+1 |
| |