Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (device_name_to_entry) define $e->{devfs_prefix} if entry looks looks | Olivier Blin | 2004-08-13 | 1 | -0/+1 |
| | | | | | | like a devfs one but isn't found in device list (else our computed $e->{devfs_device} will be crappy) | ||||
* | perl_checker fix | Rafael Garcia-Suarez | 2004-08-13 | 1 | -9/+9 |
| | |||||
* | Don't ask for the selection of supplementary media in non-interactive | Rafael Garcia-Suarez | 2004-08-13 | 3 | -92/+104 |
| | | | | | installs. | ||||
* | - move installing acpi and acpid directly in any::setupBootloader() instead ↵ | Pascal Rigaux | 2004-08-13 | 2 | -6/+6 |
| | | | | | | | | of doing it in summaryAfter(), that way acpi and acpid are installed in drakboot (bugzilla #10760) - if no acpi parameter, don't try installing acpi & acpid (fix for ppc) | ||||
* | (write_interface_conf) do not write undefined MAC address in iftab | Olivier Blin | 2004-08-13 | 1 | -2/+2 |
| | |||||
* | Concision, good (says perl_checker) | Rafael Garcia-Suarez | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | Try to copy associated synthesis when a custom hdlist path is given | Rafael Garcia-Suarez | 2004-08-13 | 1 | -3/+9 |
| | |||||
* | Remove a perl compilation warning | Rafael Garcia-Suarez | 2004-08-13 | 1 | -6/+5 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2004-08-12 | 7 | -939/+762 |
| | |||||
* | Hong Kong -> Hong Kong SAR | Funda Wang | 2004-08-12 | 1 | -1/+1 |
| | |||||
* | write interface MAC address in iftab | Olivier Blin | 2004-08-12 | 1 | -0/+3 |
| | |||||
* | errm, don't commit crappy gnome proxy handling for now | Olivier Blin | 2004-08-12 | 1 | -34/+0 |
| | |||||
* | (write_interface_conf) simplify HWADDR assignment and define | Olivier Blin | 2004-08-12 | 1 | -8/+37 |
| | | | | | $mac_address (will be used later for /etc/iftab) | ||||
* | restart forked process if it exits with exit_value_restart as return | Olivier Blin | 2004-08-12 | 1 | -12/+15 |
| | | | | | | | code (thanks to Rafael for the choice of its value, 0x35 is the translation of RS, abbreviation of ReStart, in his local l33t dialect, and happens to be 53 in its decimal form, which is quite nice) | ||||
* | reorder else if blocks, it's useless to do two times the same test | Olivier Blin | 2004-08-12 | 1 | -5/+5 |
| | | | | | (WEXITSTATUS(wait_status) == exit_value_proceed) | ||||
* | sync with soft/common/username | Thierry Vignaud | 2004-08-12 | 1 | -0/+38 |
| | |||||
* | use a do while loop to wait for forked process | Olivier Blin | 2004-08-12 | 1 | -5/+2 |
| | |||||
* | better let pango/Gtk+ do the proper wrapping that let translator | Thierry Vignaud | 2004-08-12 | 1 | -3/+2 |
| | | | | | | manually insert end of lines which will badly look depending on current theme and font settings | ||||
* | First stab at supporting several hdlists on a supplementary CD | Rafael Garcia-Suarez | 2004-08-12 | 2 | -26/+32 |
| | |||||
* | still needed since installer can't make symlinks on read-only stage2, | Olivier Blin | 2004-08-12 | 1 | -0/+2 |
| | | | | | and we can't easily workaround it by modifying LC_* variables | ||||
* | revived, still needed since installer can't make symlinks on read-only ↵ | Olivier Blin | 2004-08-12 | 1 | -0/+12 |
| | | | | stage2, and we can't easily workaround it by modifying LC_* variables | ||||
* | fixed English string | Pablo Saratxaga | 2004-08-12 | 1 | -1/+1 |
| | |||||
* | let's be more l10n-friendly | Thierry Vignaud | 2004-08-12 | 1 | -3/+3 |
| | |||||
* | fix default connection time (Fabrice FACORAT) | Thierry Vignaud | 2004-08-12 | 1 | -1/+1 |
| | |||||
* | enhance based on perl_checker suggestion, but not using it :) | Pascal Rigaux | 2004-08-12 | 1 | -3/+2 |
| | |||||
* | (basic_seclevel_explanations) explain | Thierry Vignaud | 2004-08-12 | 1 | -0/+1 |
| | |||||
* | (basic_seclevel_explanations) | Thierry Vignaud | 2004-08-12 | 1 | -6/+6 |
| | | | | | | - handle "bold" value for "weight" - display labels as bold | ||||
* | fixed tamil font (removed wrong unicode values for some glyphs); | Pablo Saratxaga | 2004-08-12 | 1 | -0/+0 |
| | | | | | improved fonts.conf | ||||
* | fix bad %% | Pascal Rigaux | 2004-08-12 | 1 | -2/+2 |
| | |||||
* | kill unused variables | Olivier Blin | 2004-08-12 | 1 | -2/+2 |
| | |||||
* | kill deprecated parts | Olivier Blin | 2004-08-12 | 1 | -36/+0 |
| | |||||
* | update from doc (/cooker/doc/manualB) | Pascal Rigaux | 2004-08-12 | 7 | -5394/+3775 |
| | |||||
* | set both NET_DEVICE and NET_INTERFACE in automatic lan configuration | Olivier Blin | 2004-08-12 | 1 | -1/+1 |
| | | | | | (network install) | ||||
* | set NET_DEVICE and NET_INTERFACE for lan and adsl dhcp/manual connections | Olivier Blin | 2004-08-12 | 1 | -0/+1 |
| | |||||
* | - nicer error message for help.pm N parameters error | Pascal Rigaux | 2004-08-12 | 1 | -3/+3 |
| | | | | | - handle <sect3> (and also <option>) | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-08-12 | 1 | -1/+211 |
| | |||||
* | standalone doesn't need to be blacklisted | Pascal Rigaux | 2004-08-12 | 1 | -1/+0 |
| | |||||
* | install driver and firmware for madwifi cards | Thierry Vignaud | 2004-08-12 | 1 | -0/+1 |
| | |||||
* | remove check_mounted(), it is done by diskdrake | Pascal Rigaux | 2004-08-12 | 1 | -11/+0 |
| | |||||
* | use difference2() as suggested by new perl_checker warning | Pascal Rigaux | 2004-08-12 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-08-12 | 1 | -3/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-12 | 2 | -4/+3 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-08-12 | 1 | -1/+1 |
| | |||||
* | rewrite write_config for wlandetect to use output() | Olivier Blin | 2004-08-11 | 1 | -21/+13 |
| | |||||
* | regexp cleanup (bis) | Olivier Blin | 2004-08-11 | 1 | -2/+2 |
| | |||||
* | regexp cleanups | Olivier Blin | 2004-08-11 | 1 | -16/+8 |
| | |||||
* | remove unused variable | Olivier Blin | 2004-08-11 | 1 | -1/+0 |
| | |||||
* | use each_index | Olivier Blin | 2004-08-11 | 1 | -5/+3 |
| | |||||
* | introduce and use isRoamingRunning to detect if the roaming daemon is | Olivier Blin | 2004-08-11 | 1 | -3/+10 |
| | | | | | running (woah, sector clear, titi is gone home, no more cvs conflicts) | ||||
* | prepare for multiple roaming daemons support | Olivier Blin | 2004-08-11 | 1 | -58/+82 |
| |