summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* pixelizationPascal Rigaux2003-09-161-2/+1
|
* *** empty log message ***Pascal Rigaux2003-09-161-1/+14
|
* make sure / and /usr are formatted in recovery mode.Francois Pons2003-09-161-1/+2
|
* *** empty log message ***Pascal Rigaux2003-09-161-1/+121
|
* fix firmware testing at installationDamien Chaumette2003-09-161-2/+2
|
* updated pot filesPablo Saratxaga2003-09-165-5888/+282
|
* made mouse, keyboard, packages selection, timezone and security selection ↵Francois Pons2003-09-161-1/+1
| | | | automatic...
* / and /usr should be formatted, keep default for installation.Francois Pons2003-09-161-1/+0
|
* fixed stupid typo preventing mouse modules to be loaded.Francois Pons2003-09-161-1/+1
|
* Gtk2::CheckButton->new is Gtk2::CheckButton->new_with_mnemonic, it's better ↵Pascal Rigaux2003-09-161-1/+1
| | | | to use Gtk2::CheckButton->new_with_label (bug #5728)
* wireless packages fixDamien Chaumette2003-09-161-1/+1
|
* add minichinput in X 5Florent Villard2003-09-161-1/+1
|
* one more fixThierry Vignaud2003-09-161-0/+2
|
* fix expert mode resulting in advanced setting being displayed byThierry Vignaud2003-09-161-1/+4
| | | | | default but label still being "advanced" instead of "basic"
* removing update media tag (except for update medium)Francois Pons2003-09-161-2/+2
|
* 9.2-12mdkThierry Vignaud2003-09-161-1/+41
|
* added automatic steps in recovery mode.Francois Pons2003-09-161-0/+4
|
* disable recovery mode if recovery.cfg file has not been read successfully.Francois Pons2003-09-161-0/+1
|
* added question to ask for recovering the system in recover mode.Francois Pons2003-09-161-7/+9
|
* Added usbutils to the packages needed for installation. This packageTill Kamppeter2003-09-151-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 forThierry Vignaud2003-09-151-2/+5
| | | | | the current sound card
* show the current driver too (being preselected) so that users do notThierry Vignaud2003-09-151-1/+3
| | | | | get confused
* typo fixesThierry Vignaud2003-09-151-9/+8
|
* fix hidden or cutted buttons (#1919, #2364, #2705, #3667, ...)Thierry Vignaud2003-09-151-0/+1
|
* initialize $adsl, fix #5674 and pppoe.conf problemsDamien Chaumette2003-09-151-0/+1
|
* net install autodetection fixDamien Chaumette2003-09-151-2/+4
|
* New, improved, compact code, courtesy of Thierry.Stew Benedict2003-09-151-25/+6
|
* Updates for stable release bug submission to anthill (vdanen)Stew Benedict2003-09-151-18/+201
|
* put back previous versions of help-*.pot files to be in synch with help.pmPablo Saratxaga2003-09-155-1151/+6732
|
* avoid using other depth than 24 for fglrx in automatic mode.Francois Pons2003-09-151-0/+5
|
* Small fix on LIDIL workaround.Till Kamppeter2003-09-151-2/+2
|
* Put device identity info into the HPOJ config file also when HPOJTill Kamppeter2003-09-151-0/+5
| | | | | configuration was not verified (LIDIL devices).
* Added workaround to make HP PSC 1xxx and OfficeJet 4xxx really working.Till Kamppeter2003-09-151-0/+11
|
* *** empty log message ***Pascal Rigaux2003-09-151-1/+80
|
* use locale_special when $::prefix is set (so that X test is i18n)Pascal Rigaux2003-09-151-2/+3
|
* improved speed by invoking once `rpm -qa` instead of 4.Francois Pons2003-09-151-7/+10
|
* associate partition table 0xeb (BeOS) with filesystem befs (part of bug #5523)Pascal Rigaux2003-09-151-0/+1
|
* fix #5056 (mostly workaround as kernel is frozen)Damien Chaumette2003-09-151-1/+2
|
* - call any::ask_window_manager_to_logout() after forking so that exit ↵Pascal Rigaux2003-09-151-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 Rigaux2003-09-151-0/+1
| | | | chosen
* set ICEAUTHORITY for "gnome-session-save --kill"Pascal Rigaux2003-09-151-0/+1
| | | | | (it would be better to set it in usermode, but it works :)
* better logging of killed runaway processesPascal Rigaux2003-09-151-1/+1
|
* fixed possible typo...Francois Pons2003-09-151-1/+1
|
* drakTermServ - translation issues (Arpad Biro), fix help text formatStew Benedict2003-09-152-81/+101
| | | | | | drakbackup - translation issues (Arpad Biro) fix user, cron misbehavior (Keld Jørn Simonsen)
* fix growing ext2/ext3 partitionsPascal Rigaux2003-09-151-1/+0
|
* fix typo (pixel sux)Pascal Rigaux2003-09-151-1/+1
|
* when "Back" is pressed, restore the list of entries in bootloader (bug #5680)Pascal Rigaux2003-09-151-2/+8
|
* reverted to previous version, to avoid huge strings break at this stagePablo Saratxaga2003-09-151-108/+65
|
* perl_checker fix.Till Kamppeter2003-09-151-2/+2
|
* Added support for user-mode-only HPOJ devices (HP PSC 1xxx andTill Kamppeter2003-09-152-46/+131
| | | | | OfficeJet 4xxx). Fixes bug #5641.