Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Pascal Rigaux | 2003-09-16 | 1 | -1/+121 |
| | |||||
* | fix firmware testing at installation | Damien Chaumette | 2003-09-16 | 1 | -2/+2 |
| | |||||
* | updated pot files | Pablo Saratxaga | 2003-09-16 | 5 | -5888/+282 |
| | |||||
* | made mouse, keyboard, packages selection, timezone and security selection ↵ | Francois Pons | 2003-09-16 | 1 | -1/+1 |
| | | | | automatic... | ||||
* | / and /usr should be formatted, keep default for installation. | Francois Pons | 2003-09-16 | 1 | -1/+0 |
| | |||||
* | fixed stupid typo preventing mouse modules to be loaded. | Francois Pons | 2003-09-16 | 1 | -1/+1 |
| | |||||
* | Gtk2::CheckButton->new is Gtk2::CheckButton->new_with_mnemonic, it's better ↵ | Pascal Rigaux | 2003-09-16 | 1 | -1/+1 |
| | | | | to use Gtk2::CheckButton->new_with_label (bug #5728) | ||||
* | wireless packages fix | Damien Chaumette | 2003-09-16 | 1 | -1/+1 |
| | |||||
* | add minichinput in X 5 | Florent Villard | 2003-09-16 | 1 | -1/+1 |
| | |||||
* | one more fix | Thierry Vignaud | 2003-09-16 | 1 | -0/+2 |
| | |||||
* | fix expert mode resulting in advanced setting being displayed by | Thierry Vignaud | 2003-09-16 | 1 | -1/+4 |
| | | | | | default but label still being "advanced" instead of "basic" | ||||
* | don't upload live_update (tis deprecated) | Pascal Rigaux | 2003-09-16 | 1 | -1/+0 |
| | |||||
* | removing update media tag (except for update medium) | Francois Pons | 2003-09-16 | 1 | -2/+2 |
| | |||||
* | 9.2-12mdk | Thierry Vignaud | 2003-09-16 | 1 | -1/+41 |
| | |||||
* | added automatic steps in recovery mode. | Francois Pons | 2003-09-16 | 1 | -0/+4 |
| | |||||
* | disable recovery mode if recovery.cfg file has not been read successfully. | Francois Pons | 2003-09-16 | 1 | -0/+1 |
| | |||||
* | added question to ask for recovering the system in recover mode. | Francois Pons | 2003-09-16 | 1 | -7/+9 |
| | |||||
* | Added usbutils to the packages needed for installation. This package | Till Kamppeter | 2003-09-15 | 1 | -1/+1 |
| | | | | | is needed for setting up the HP PSC 1xxx and OfficeJet 4xxx with HPOJ. | ||||
* | fix #5488: do not overwrite current driver if it's a viable driver for | Thierry Vignaud | 2003-09-15 | 1 | -2/+5 |
| | | | | | the current sound card | ||||
* | show the current driver too (being preselected) so that users do not | Thierry Vignaud | 2003-09-15 | 1 | -1/+3 |
| | | | | | get confused | ||||
* | typo fixes | Thierry Vignaud | 2003-09-15 | 1 | -9/+8 |
| | |||||
* | fix hidden or cutted buttons (#1919, #2364, #2705, #3667, ...) | Thierry Vignaud | 2003-09-15 | 1 | -0/+1 |
| | |||||
* | initialize $adsl, fix #5674 and pppoe.conf problems | Damien Chaumette | 2003-09-15 | 1 | -0/+1 |
| | |||||
* | net install autodetection fix | Damien Chaumette | 2003-09-15 | 1 | -2/+4 |
| | |||||
* | New, improved, compact code, courtesy of Thierry. | Stew Benedict | 2003-09-15 | 1 | -25/+6 |
| | |||||
* | Updates for stable release bug submission to anthill (vdanen) | Stew Benedict | 2003-09-15 | 1 | -18/+201 |
| | |||||
* | put back previous versions of help-*.pot files to be in synch with help.pm | Pablo Saratxaga | 2003-09-15 | 5 | -1151/+6732 |
| | |||||
* | avoid using other depth than 24 for fglrx in automatic mode. | Francois Pons | 2003-09-15 | 1 | -0/+5 |
| | |||||
* | Small fix on LIDIL workaround. | Till Kamppeter | 2003-09-15 | 1 | -2/+2 |
| | |||||
* | Put device identity info into the HPOJ config file also when HPOJ | Till Kamppeter | 2003-09-15 | 1 | -0/+5 |
| | | | | | configuration was not verified (LIDIL devices). | ||||
* | Added workaround to make HP PSC 1xxx and OfficeJet 4xxx really working. | Till Kamppeter | 2003-09-15 | 1 | -0/+11 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-09-15 | 1 | -1/+80 |
| | |||||
* | use locale_special when $::prefix is set (so that X test is i18n) | Pascal Rigaux | 2003-09-15 | 1 | -2/+3 |
| | |||||
* | improved speed by invoking once `rpm -qa` instead of 4. | Francois Pons | 2003-09-15 | 1 | -7/+10 |
| | |||||
* | associate partition table 0xeb (BeOS) with filesystem befs (part of bug #5523) | Pascal Rigaux | 2003-09-15 | 1 | -0/+1 |
| | |||||
* | fix #5056 (mostly workaround as kernel is frozen) | Damien Chaumette | 2003-09-15 | 1 | -1/+2 |
| | |||||
* | - call any::ask_window_manager_to_logout() after forking so that exit ↵ | Pascal Rigaux | 2003-09-15 | 1 | -3/+5 |
| | | | | | | | | doesn't happen before it is done (otherwise it can loose Xauth access) - fix checking config_changed (it can be string 'config_changed' or the new $raw_X) | ||||
* | configure_resolution() must return 'config_changed' when a new resolution is ↵ | Pascal Rigaux | 2003-09-15 | 1 | -0/+1 |
| | | | | chosen | ||||
* | set ICEAUTHORITY for "gnome-session-save --kill" | Pascal Rigaux | 2003-09-15 | 1 | -0/+1 |
| | | | | | (it would be better to set it in usermode, but it works :) | ||||
* | better logging of killed runaway processes | Pascal Rigaux | 2003-09-15 | 1 | -1/+1 |
| | |||||
* | fixed possible typo... | Francois Pons | 2003-09-15 | 1 | -1/+1 |
| | |||||
* | drakTermServ - translation issues (Arpad Biro), fix help text format | Stew Benedict | 2003-09-15 | 2 | -81/+101 |
| | | | | | | drakbackup - translation issues (Arpad Biro) fix user, cron misbehavior (Keld Jørn Simonsen) | ||||
* | fix growing ext2/ext3 partitions | Pascal Rigaux | 2003-09-15 | 1 | -1/+0 |
| | |||||
* | fix typo (pixel sux) | Pascal Rigaux | 2003-09-15 | 1 | -1/+1 |
| | |||||
* | when "Back" is pressed, restore the list of entries in bootloader (bug #5680) | Pascal Rigaux | 2003-09-15 | 1 | -2/+8 |
| | |||||
* | fix strip | Gwenolé Beauchesne | 2003-09-15 | 1 | -4/+4 |
| | |||||
* | reverted to previous version, to avoid huge strings break at this stage | Pablo Saratxaga | 2003-09-15 | 1 | -108/+65 |
| | |||||
* | perl_checker fix. | Till Kamppeter | 2003-09-15 | 1 | -2/+2 |
| | |||||
* | Added support for user-mode-only HPOJ devices (HP PSC 1xxx and | Till Kamppeter | 2003-09-15 | 2 | -46/+131 |
| | | | | | OfficeJet 4xxx). Fixes bug #5641. | ||||
* | stop bootsplash silent mode if something is detected | Florent Villard | 2003-09-14 | 1 | -1/+2 |
| |